diff --git a/documentation-generator/002_parse_csv_to_rdf.py b/documentation-generator/002_parse_csv_to_rdf.py
index a99ed46dc..4cad4b5ee 100755
--- a/documentation-generator/002_parse_csv_to_rdf.py
+++ b/documentation-generator/002_parse_csv_to_rdf.py
@@ -693,17 +693,17 @@ def serialize_graph(graph, filepath):
graph.namespace_manager.bind(prefix, namespace)
proposed = []
Location_schema = namedtuple('Legal_Location', (
- 'Term', 'Label', 'ParentTerm', 'Alpha2', 'Alpha3', 'Numeric', 'M49',
+ 'term', 'Label', 'Parentterm', 'Alpha2', 'Alpha3', 'Numeric', 'M49',
'broader', 'narrower', 'created', 'modified',
'status', 'contributors', 'resolution'))
concepts = extract_terms_from_csv(
f'{IMPORT_CSV_PATH}/legal_Locations.csv', Location_schema)
for row in concepts:
if row.status not in VOCAB_TERM_ACCEPT:
- proposed.append(row.Term)
+ proposed.append(row.term)
continue
- term = BASE[row.Term]
- parent = DPV[row.ParentTerm.replace("dpv:", "")]
+ term = BASE[row.term]
+ parent = DPV[row.Parentterm.replace("dpv:", "")]
graph.add((term, RDF.type, DPV.Concept))
graph.add((term, RDF.type, SKOS.Concept))
graph.add((term, DPV.isInstanceOf, parent))
@@ -819,7 +819,7 @@ def serialize_graph(graph, filepath):
f'{IMPORT_CSV_PATH}/legal_Authorities.csv', Location_schema)
for row in concepts:
if row.status not in VOCAB_TERM_ACCEPT:
- proposed.append(row.Term)
+ proposed.append(row.term)
continue
term = BASE[row.term]
graph.add((term, RDF.type, DPV.Concept))
@@ -871,7 +871,7 @@ def serialize_graph(graph, filepath):
f'{IMPORT_CSV_PATH}/legal_EU_EEA.csv', Location_schema)
for row in concepts:
if row.status not in VOCAB_TERM_ACCEPT:
- proposed.append(row.Term)
+ proposed.append(row.term)
continue
term = BASE[row.term]
graph.add((term, RDF.type, DPV.Concept))
@@ -930,7 +930,7 @@ def serialize_graph(graph, filepath):
f'{IMPORT_CSV_PATH}/legal_EU_Adequacy.csv', Location_schema)
for row in concepts:
if row.status not in VOCAB_TERM_ACCEPT:
- proposed.append(row.Term)
+ proposed.append(row.term)
continue
term = BASE[row.term]
graph.add((term, RDF.type, DPV.Concept))
diff --git a/documentation-generator/801_generate_releases.sh b/documentation-generator/801_generate_releases.sh
index 1e5860098..476e9eb68 100755
--- a/documentation-generator/801_generate_releases.sh
+++ b/documentation-generator/801_generate_releases.sh
@@ -38,8 +38,8 @@ zip -q releases/dpv-owl.zip -r dpv-owl
echo "generated releases/dpv-owl.zip"
# 4. dpv-csv.zip - DPV + Extensions as CSV files
-cp documentation-generator/vocab_csv/dpv_terms_discussion.xlsx releases/dpv.xlsx
-echo "generated releases/dpv.xlsx"
+zip -q releases/dpv-xlsx.zip documentation-generator/vocab_csv/*.xlsx
+echo "generated releases/dpv-xlsx.zip"
# 5. dpv-json.zip - DPV + Extensions as JSON files
# TODO
diff --git a/documentation-generator/jinja2_resources/links_label.json b/documentation-generator/jinja2_resources/links_label.json
index e10366c13..f08f9da14 100644
--- a/documentation-generator/jinja2_resources/links_label.json
+++ b/documentation-generator/jinja2_resources/links_label.json
@@ -1 +1 @@
-{"https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj": "GDPR Art.4-1", "https://specialprivacy.ercim.eu/": "SPECIAL Project", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj": "GDPR Art.4-9g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj": "GDPR Art.4-7g", "https://www.w3.org/community/dpvcg/": "DPVCG", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj": "GDPR Art.9-1", "https://www.enisa.europa.eu/publications/data-protection-engineering": "ENISA Data Protection Engineering", "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten": "Belgian DPA ROPA Template", "https://www.iso.org/iso-31000-risk-management.html": "ISO 31000", "https://www.iso.org/standard/79637.html": "ISO 31073:2022", "https://specialprivacy.ercim.eu/vocabs/processing": "SPECIAL Project", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj": "GDPR Art.4-2", "https://ec.europa.eu/newsroom/article29/items/611236": "A29WP WP 248 rev.01 Guideliens on DPIA", "https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/": "ENISA Reference Incident Classification Taxonomy 2018", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj": "GDPR Art.4-5", "https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases": "ENISA Data Pseudonymisation: Advanced Techniques and Use Cases", "https://www.enisa.europa.eu/publications/5g-cybersecurity-standards": "ENISA 5G Cybersecurity Standards", "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj": "GDPR Art.27", "http://purl.org/adms": "ADMS controlled vocabulary", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj": "GDPR Art.4-8", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj": "GDPR Art.4-10", "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en": "EDPB Recommendations 01/2020 on Data Transfers", "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj": "GDPR Art.37", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj": "GDPR Art.4-26", "https://w3id.org/GConsent": "GConsent", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj": "GDPR Art.6-1a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj": "GDPR Art.6-1b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj": "GDPR Art.6-1c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj": "GDPR Art.6-1d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj": "GDPR Art.6-1e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj": "GDPR Art.6-1f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj": "GDPR Art.9-2a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj": "GDPR Art.9-2b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj": "GDPR Art.9-2c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj": "GDPR Art.9-2d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj": "GDPR Art.9-2e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj": "GDPR Art.9-2f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj": "GDPR Art.9-2g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj": "GDPR Art.9-2h", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj": "GDPR Art.9-2i", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj": "GDPR Art.9-2j", "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj": "GDPR Art.45-3", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj": "GDPR Art.46-2a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj": "GDPR Art.46-2b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj": "GDPR Art.46-2c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj": "GDPR Art.46-2d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj": "GDPR Art.46-2e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj": "GDPR Art.46-2f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj": "GDPR Art.46-3a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj": "GDPR Art.46-3b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj": "GDPR Art.49-1a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj": "GDPR Art.49-1b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj": "GDPR Art.49-1c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj": "GDPR Art.49-1d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj": "GDPR Art.49-1e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj": "GDPR Art.49-1f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj": "GDPR Art.49-1g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj": "GDPR Art.49-2", "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj": "GDPR Art.13", "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj": "GDPR Art.14", "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj": "GDPR Art.15", "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj": "GDPR Art.16", "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj": "GDPR Art.17", "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj": "GDPR Art.18", "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj": "GDPR Art.19", "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj": "GDPR Art.20", "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj": "GDPR Art.21", "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj": "GDPR Art.22", "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj": "GDPR Art.7-3", "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj": "GDPR Art.77", "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf": "EDPB Recommendations 01/2020 on Supplementary Measures and Transfer Tools", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj": "GDPR Art.4-20", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj": "GDPR Art.46", "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf": "EDPB Recommendations 01/2020 on Supplementary Measures and Transfer Tools", "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj": "Implementing Decision on SCC for Data Transfers", "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf": "EnterPrivacy Categories of Personal Information", "https://www.iso.org/iso-3166-country-codes.html": "ISO 3166", "https://unstats.un.org/unsd/methodology/m49": "UN M49", "https://www.iso.org/standard/75281.html": "ISO/IEC 27005:2018", "https://www.enisa.europa.eu/topics/threat-risk-management/threats-and-trends/enisa-threat-landscape/threat-taxonomy/view": "ENISA Threat Taxonomy 2016", "https://www.enisa.europa.eu/publications/methodology-for-a-sectoral-cybersecurity-assessment": "ENISA Methodology for Sectoral Cybersecurity Assessments", "https://www.enisa.europa.eu/publications/trust-services-security-incidents-2021": "ENISa Trust Services Security Incidents 2021", "https://www.enisa.europa.eu/publications/enisa-threat-landscape-2021": "ENISA Threat Landscape 2021", "https://www.enisa.europa.eu/publications/enisa-threat-landscape-for-ransomware-attacks": "ENISA Threat Landscape for Ransomware Attacks 2022", "https://www.iso.org/standard/72140.html": "IEC 31010:2019", "https://www.enisa.europa.eu/publications/compendium-of-risk-management-frameworks": "ENISA Compendium of Risk Management Frameworks with Potential Interoperability", "https://www.enisa.europa.eu/publications/risk-management-standards": "ENISA Risk Management Standards", "http://data.europa.eu/eli/treaty/char_2012/oj": "Charter of Fundamental Rights of the European Union"}
\ No newline at end of file
+{"https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj": "GDPR Art.4-1", "https://specialprivacy.ercim.eu/": "SPECIAL Project", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj": "GDPR Art.4-9g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj": "GDPR Art.4-7g", "https://www.w3.org/community/dpvcg/": "DPVCG", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj": "GDPR Art.9-1", "https://www.enisa.europa.eu/publications/data-protection-engineering": "ENISA Data Protection Engineering", "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten": "Belgian DPA ROPA Template", "https://www.iso.org/iso-31000-risk-management.html": "ISO 31000", "https://www.iso.org/standard/79637.html": "ISO 31073:2022", "https://specialprivacy.ercim.eu/vocabs/processing": "SPECIAL Project", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj": "GDPR Art.4-2", "https://ec.europa.eu/newsroom/article29/items/611236": "A29WP WP 248 rev.01 Guideliens on DPIA", "https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/": "ENISA Reference Incident Classification Taxonomy 2018", "https://www.iso.org/standard/45123.html": "ISO 29100:2011", "https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases": "ENISA Data Pseudonymisation: Advanced Techniques and Use Cases", "https://nvlpubs.nist.gov/nistpubs/ir/2015/NIST.IR.8053.pdf": "NISTIR 8053", "https://www.enisa.europa.eu/publications/5g-cybersecurity-standards": "ENISA 5G Cybersecurity Standards", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj": "GDPR Art.4-5", "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj": "GDPR Art.27", "http://purl.org/adms": "ADMS controlled vocabulary", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj": "GDPR Art.4-8", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj": "GDPR Art.4-10", "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en": "EDPB Recommendations 01/2020 on Data Transfers", "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj": "GDPR Art.37", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj": "GDPR Art.4-26", "https://w3id.org/GConsent": "GConsent", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj": "GDPR Art.6-1a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj": "GDPR Art.6-1b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj": "GDPR Art.6-1c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj": "GDPR Art.6-1d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj": "GDPR Art.6-1e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj": "GDPR Art.6-1f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj": "GDPR Art.9-2a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj": "GDPR Art.9-2b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj": "GDPR Art.9-2c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj": "GDPR Art.9-2d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj": "GDPR Art.9-2e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj": "GDPR Art.9-2f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj": "GDPR Art.9-2g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj": "GDPR Art.9-2h", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj": "GDPR Art.9-2i", "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj": "GDPR Art.9-2j", "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj": "GDPR Art.45-3", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj": "GDPR Art.46-2a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj": "GDPR Art.46-2b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj": "GDPR Art.46-2c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj": "GDPR Art.46-2d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj": "GDPR Art.46-2e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj": "GDPR Art.46-2f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj": "GDPR Art.46-3a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj": "GDPR Art.46-3b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj": "GDPR Art.49-1a", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj": "GDPR Art.49-1b", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj": "GDPR Art.49-1c", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj": "GDPR Art.49-1d", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj": "GDPR Art.49-1e", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj": "GDPR Art.49-1f", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj": "GDPR Art.49-1g", "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj": "GDPR Art.49-2", "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj": "GDPR Art.13", "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj": "GDPR Art.14", "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj": "GDPR Art.15", "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj": "GDPR Art.16", "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj": "GDPR Art.17", "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj": "GDPR Art.18", "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj": "GDPR Art.19", "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj": "GDPR Art.20", "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj": "GDPR Art.21", "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj": "GDPR Art.22", "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj": "GDPR Art.7-3", "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj": "GDPR Art.77", "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf": "EDPB Recommendations 01/2020 on Supplementary Measures and Transfer Tools", "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj": "GDPR Art.4-20", "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj": "GDPR Art.46", "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf": "EDPB Recommendations 01/2020 on Supplementary Measures and Transfer Tools", "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj": "Implementing Decision on SCC for Data Transfers", "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf": "EnterPrivacy Categories of Personal Information", "https://www.iso.org/iso-3166-country-codes.html": "ISO 3166", "https://unstats.un.org/unsd/methodology/m49": "UN M49", "https://www.iso.org/standard/75281.html": "ISO/IEC 27005:2018", "https://www.enisa.europa.eu/topics/threat-risk-management/threats-and-trends/enisa-threat-landscape/threat-taxonomy/view": "ENISA Threat Taxonomy 2016", "https://www.enisa.europa.eu/publications/methodology-for-a-sectoral-cybersecurity-assessment": "ENISA Methodology for Sectoral Cybersecurity Assessments", "https://www.enisa.europa.eu/publications/trust-services-security-incidents-2021": "ENISa Trust Services Security Incidents 2021", "https://www.enisa.europa.eu/publications/enisa-threat-landscape-2021": "ENISA Threat Landscape 2021", "https://www.enisa.europa.eu/publications/enisa-threat-landscape-for-ransomware-attacks": "ENISA Threat Landscape for Ransomware Attacks 2022", "https://www.iso.org/standard/72140.html": "IEC 31010:2019", "https://www.enisa.europa.eu/publications/compendium-of-risk-management-frameworks": "ENISA Compendium of Risk Management Frameworks with Potential Interoperability", "https://www.enisa.europa.eu/publications/risk-management-standards": "ENISA Risk Management Standards", "http://data.europa.eu/eli/treaty/char_2012/oj": "Charter of Fundamental Rights of the European Union"}
\ No newline at end of file
diff --git a/documentation-generator/logs/902.txt b/documentation-generator/logs/902.txt
index b826c91c3..25c0b764d 100644
--- a/documentation-generator/logs/902.txt
+++ b/documentation-generator/logs/902.txt
@@ -302,6 +302,7 @@ DEBUG - add_triples_for_properties :: 261 - isMitigatedByMeasure
DEBUG - add_triples_for_properties :: 261 - hasConsequence
DEBUG - add_triples_for_properties :: 261 - hasImpact
DEBUG - add_triples_for_properties :: 261 - hasImpactOn
+DEBUG - add_triples_for_properties :: 261 - hasConsequenceOn
DEBUG - add_triples_for_properties :: 261 - hasRiskLevel
DEBUG - add_triples_for_properties :: 261 - hasSeverity
DEBUG - add_triples_for_properties :: 261 - hasLikelihood
@@ -482,7 +483,6 @@ DEBUG - add_triples_for_classes :: 198 - BiometricAuthentication
DEBUG - add_triples_for_classes :: 198 - CryptographicAuthentication
DEBUG - add_triples_for_classes :: 198 - CryptographicKeyManagement
DEBUG - add_triples_for_classes :: 198 - CryptographicMethods
-DEBUG - add_triples_for_classes :: 198 - DataAnonymisationTechnique
DEBUG - add_triples_for_classes :: 198 - DataBackupProtocols
DEBUG - add_triples_for_classes :: 198 - DataRedaction
DEBUG - add_triples_for_classes :: 198 - DataSanitisationTechnique
@@ -545,7 +545,7 @@ INFO - serialize_graph :: 323 - wrote ../dpv/modules/technical_measures.n3
INFO - serialize_graph :: 323 - wrote ../dpv/modules/technical_measures.jsonld
DEBUG - :: 462 - ------
DEBUG - :: 463 - Processing organisational_measures module
-DEBUG - :: 468 - there are 69 classes in organisational_measures
+DEBUG - :: 468 - there are 73 classes in organisational_measures
DEBUG - add_triples_for_classes :: 198 - Assessment
DEBUG - add_triples_for_classes :: 198 - AssetManagementProcedures
DEBUG - add_triples_for_classes :: 198 - AuthorisationProcedure
@@ -904,17 +904,23 @@ INFO - serialize_graph :: 323 - wrote ../dpv/dpv.n3
INFO - serialize_graph :: 323 - wrote ../dpv/dpv.jsonld
DEBUG - :: 552 - ------
DEBUG - :: 553 - Processing legal_basis module
-DEBUG - :: 558 - there are 11 classes in legal_basis
+DEBUG - :: 558 - there are 17 classes in legal_basis
DEBUG - add_triples_for_classes :: 198 - A6-1-a
DEBUG - add_triples_for_classes :: 198 - A6-1-a-non-explicit-consent
DEBUG - add_triples_for_classes :: 198 - A6-1-a-explicit-consent
DEBUG - add_triples_for_classes :: 198 - A6-1-b
+DEBUG - add_triples_for_classes :: 198 - A6-1-b-enter-into-contract
+DEBUG - add_triples_for_classes :: 198 - A6-1-b-contract-performance
DEBUG - add_triples_for_classes :: 198 - A6-1-c
DEBUG - add_triples_for_classes :: 198 - A6-1-d
+DEBUG - add_triples_for_classes :: 198 - A6-1-d-data-subject
+DEBUG - add_triples_for_classes :: 198 - A6-1-d-natual-person
DEBUG - add_triples_for_classes :: 198 - A6-1-e
DEBUG - add_triples_for_classes :: 198 - A6-1-e-public-interest
DEBUG - add_triples_for_classes :: 198 - A6-1-e-official-authority
DEBUG - add_triples_for_classes :: 198 - A6-1-f
+DEBUG - add_triples_for_classes :: 198 - A6-1-f-controller
+DEBUG - add_triples_for_classes :: 198 - A6-1-f-third-party
INFO - serialize_graph :: 323 - wrote ../dpv-gdpr/modules/legal_basis.rdf
INFO - serialize_graph :: 323 - wrote ../dpv-gdpr/modules/legal_basis.ttl
INFO - serialize_graph :: 323 - wrote ../dpv-gdpr/modules/legal_basis.n3
@@ -1147,7 +1153,7 @@ DEBUG - add_triples_for_classes :: 198 - Fingerprint
DEBUG - add_triples_for_classes :: 198 - Friend
DEBUG - add_triples_for_classes :: 198 - Gender
DEBUG - add_triples_for_classes :: 198 - GeneralReputation
-DEBUG - add_triples_for_classes :: 198 - GeneticData
+DEBUG - add_triples_for_classes :: 198 - Genetic
DEBUG - add_triples_for_classes :: 198 - Geographic
DEBUG - add_triples_for_classes :: 198 - GPSCoordinate
DEBUG - add_triples_for_classes :: 198 - GroupMembership
@@ -1157,7 +1163,7 @@ DEBUG - add_triples_for_classes :: 198 - HealthHistory
DEBUG - add_triples_for_classes :: 198 - HealthRecord
DEBUG - add_triples_for_classes :: 198 - Height
DEBUG - add_triples_for_classes :: 198 - Historical
-DEBUG - add_triples_for_classes :: 198 - HouseholdData
+DEBUG - add_triples_for_classes :: 198 - Household
DEBUG - add_triples_for_classes :: 198 - HouseOwned
DEBUG - add_triples_for_classes :: 198 - PastEmployment
DEBUG - add_triples_for_classes :: 198 - Identifier
@@ -1220,7 +1226,7 @@ DEBUG - add_triples_for_classes :: 198 - ProfessionalEvaluation
DEBUG - add_triples_for_classes :: 198 - ProfessionalInterview
DEBUG - add_triples_for_classes :: 198 - Profile
DEBUG - add_triples_for_classes :: 198 - PublicLife
-DEBUG - add_triples_for_classes :: 198 - PubliclyAvailableSocialMediaData
+DEBUG - add_triples_for_classes :: 198 - PubliclyAvailableSocialMedia
DEBUG - add_triples_for_classes :: 198 - Purchase
DEBUG - add_triples_for_classes :: 198 - PurchasesAndSpendingHabit
DEBUG - add_triples_for_classes :: 198 - Race
@@ -1243,7 +1249,7 @@ DEBUG - add_triples_for_classes :: 198 - Sibling
DEBUG - add_triples_for_classes :: 198 - SkinTone
DEBUG - add_triples_for_classes :: 198 - Social
DEBUG - add_triples_for_classes :: 198 - SocialMediaCommunication
-DEBUG - add_triples_for_classes :: 198 - SocialMediaData
+DEBUG - add_triples_for_classes :: 198 - SocialMedia
DEBUG - add_triples_for_classes :: 198 - SocialNetwork
DEBUG - add_triples_for_classes :: 198 - SocialStatus
DEBUG - add_triples_for_classes :: 198 - Tattoo
@@ -1261,9 +1267,9 @@ DEBUG - add_triples_for_classes :: 198 - UserAgent
DEBUG - add_triples_for_classes :: 198 - Username
DEBUG - add_triples_for_classes :: 198 - VehicalLicenseNumber
DEBUG - add_triples_for_classes :: 198 - VehicalLicenseRegistration
-DEBUG - add_triples_for_classes :: 198 - VehicleData
+DEBUG - add_triples_for_classes :: 198 - Vehicle
DEBUG - add_triples_for_classes :: 198 - VehicleLicense
-DEBUG - add_triples_for_classes :: 198 - VehicleUsageData
+DEBUG - add_triples_for_classes :: 198 - VehicleUsage
DEBUG - add_triples_for_classes :: 198 - VoiceCommunicationRecording
DEBUG - add_triples_for_classes :: 198 - VoiceMail
DEBUG - add_triples_for_classes :: 198 - Weight
@@ -3294,6 +3300,7 @@ DEBUG - add_triples_for_properties :: 284 - isMitigatedByMeasure
DEBUG - add_triples_for_properties :: 284 - hasConsequence
DEBUG - add_triples_for_properties :: 284 - hasImpact
DEBUG - add_triples_for_properties :: 284 - hasImpactOn
+DEBUG - add_triples_for_properties :: 284 - hasConsequenceOn
DEBUG - add_triples_for_properties :: 284 - hasRiskLevel
DEBUG - add_triples_for_properties :: 284 - hasSeverity
DEBUG - add_triples_for_properties :: 284 - hasLikelihood
@@ -3474,7 +3481,6 @@ DEBUG - add_triples_for_classes :: 211 - BiometricAuthentication
DEBUG - add_triples_for_classes :: 211 - CryptographicAuthentication
DEBUG - add_triples_for_classes :: 211 - CryptographicKeyManagement
DEBUG - add_triples_for_classes :: 211 - CryptographicMethods
-DEBUG - add_triples_for_classes :: 211 - DataAnonymisationTechnique
DEBUG - add_triples_for_classes :: 211 - DataBackupProtocols
DEBUG - add_triples_for_classes :: 211 - DataRedaction
DEBUG - add_triples_for_classes :: 211 - DataSanitisationTechnique
@@ -3537,7 +3543,7 @@ INFO - serialize_graph :: 362 - wrote ../dpv-skos/modules/technical_measures.n3
INFO - serialize_graph :: 362 - wrote ../dpv-skos/modules/technical_measures.jsonld
DEBUG - :: 502 - ------
DEBUG - :: 505 - Processing organisational_measures taxonomy
-DEBUG - :: 510 - there are 69 classes in organisational_measures
+DEBUG - :: 510 - there are 73 classes in organisational_measures
DEBUG - add_triples_for_classes :: 211 - Assessment
DEBUG - add_triples_for_classes :: 211 - AssetManagementProcedures
DEBUG - add_triples_for_classes :: 211 - AuthorisationProcedure
@@ -3896,17 +3902,23 @@ INFO - serialize_graph :: 362 - wrote ../dpv-skos/dpv.n3
INFO - serialize_graph :: 362 - wrote ../dpv-skos/dpv.jsonld
DEBUG - :: 606 - ------
DEBUG - :: 607 - Processing legal_basis module
-DEBUG - :: 614 - there are 11 classes in legal_basis
+DEBUG - :: 614 - there are 17 classes in legal_basis
DEBUG - add_triples_for_classes :: 211 - A6-1-a
DEBUG - add_triples_for_classes :: 211 - A6-1-a-non-explicit-consent
DEBUG - add_triples_for_classes :: 211 - A6-1-a-explicit-consent
DEBUG - add_triples_for_classes :: 211 - A6-1-b
+DEBUG - add_triples_for_classes :: 211 - A6-1-b-enter-into-contract
+DEBUG - add_triples_for_classes :: 211 - A6-1-b-contract-performance
DEBUG - add_triples_for_classes :: 211 - A6-1-c
DEBUG - add_triples_for_classes :: 211 - A6-1-d
+DEBUG - add_triples_for_classes :: 211 - A6-1-d-data-subject
+DEBUG - add_triples_for_classes :: 211 - A6-1-d-natual-person
DEBUG - add_triples_for_classes :: 211 - A6-1-e
DEBUG - add_triples_for_classes :: 211 - A6-1-e-public-interest
DEBUG - add_triples_for_classes :: 211 - A6-1-e-official-authority
DEBUG - add_triples_for_classes :: 211 - A6-1-f
+DEBUG - add_triples_for_classes :: 211 - A6-1-f-controller
+DEBUG - add_triples_for_classes :: 211 - A6-1-f-third-party
INFO - serialize_graph :: 362 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.rdf
INFO - serialize_graph :: 362 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.ttl
INFO - serialize_graph :: 362 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.n3
@@ -4139,7 +4151,7 @@ DEBUG - add_triples_for_classes :: 211 - Fingerprint
DEBUG - add_triples_for_classes :: 211 - Friend
DEBUG - add_triples_for_classes :: 211 - Gender
DEBUG - add_triples_for_classes :: 211 - GeneralReputation
-DEBUG - add_triples_for_classes :: 211 - GeneticData
+DEBUG - add_triples_for_classes :: 211 - Genetic
DEBUG - add_triples_for_classes :: 211 - Geographic
DEBUG - add_triples_for_classes :: 211 - GPSCoordinate
DEBUG - add_triples_for_classes :: 211 - GroupMembership
@@ -4149,7 +4161,7 @@ DEBUG - add_triples_for_classes :: 211 - HealthHistory
DEBUG - add_triples_for_classes :: 211 - HealthRecord
DEBUG - add_triples_for_classes :: 211 - Height
DEBUG - add_triples_for_classes :: 211 - Historical
-DEBUG - add_triples_for_classes :: 211 - HouseholdData
+DEBUG - add_triples_for_classes :: 211 - Household
DEBUG - add_triples_for_classes :: 211 - HouseOwned
DEBUG - add_triples_for_classes :: 211 - PastEmployment
DEBUG - add_triples_for_classes :: 211 - Identifier
@@ -4212,7 +4224,7 @@ DEBUG - add_triples_for_classes :: 211 - ProfessionalEvaluation
DEBUG - add_triples_for_classes :: 211 - ProfessionalInterview
DEBUG - add_triples_for_classes :: 211 - Profile
DEBUG - add_triples_for_classes :: 211 - PublicLife
-DEBUG - add_triples_for_classes :: 211 - PubliclyAvailableSocialMediaData
+DEBUG - add_triples_for_classes :: 211 - PubliclyAvailableSocialMedia
DEBUG - add_triples_for_classes :: 211 - Purchase
DEBUG - add_triples_for_classes :: 211 - PurchasesAndSpendingHabit
DEBUG - add_triples_for_classes :: 211 - Race
@@ -4235,7 +4247,7 @@ DEBUG - add_triples_for_classes :: 211 - Sibling
DEBUG - add_triples_for_classes :: 211 - SkinTone
DEBUG - add_triples_for_classes :: 211 - Social
DEBUG - add_triples_for_classes :: 211 - SocialMediaCommunication
-DEBUG - add_triples_for_classes :: 211 - SocialMediaData
+DEBUG - add_triples_for_classes :: 211 - SocialMedia
DEBUG - add_triples_for_classes :: 211 - SocialNetwork
DEBUG - add_triples_for_classes :: 211 - SocialStatus
DEBUG - add_triples_for_classes :: 211 - Tattoo
@@ -4253,9 +4265,9 @@ DEBUG - add_triples_for_classes :: 211 - UserAgent
DEBUG - add_triples_for_classes :: 211 - Username
DEBUG - add_triples_for_classes :: 211 - VehicalLicenseNumber
DEBUG - add_triples_for_classes :: 211 - VehicalLicenseRegistration
-DEBUG - add_triples_for_classes :: 211 - VehicleData
+DEBUG - add_triples_for_classes :: 211 - Vehicle
DEBUG - add_triples_for_classes :: 211 - VehicleLicense
-DEBUG - add_triples_for_classes :: 211 - VehicleUsageData
+DEBUG - add_triples_for_classes :: 211 - VehicleUsage
DEBUG - add_triples_for_classes :: 211 - VoiceCommunicationRecording
DEBUG - add_triples_for_classes :: 211 - VoiceMail
DEBUG - add_triples_for_classes :: 211 - Weight
@@ -6450,6 +6462,7 @@ DEBUG - add_triples_for_properties :: 273 - isMitigatedByMeasure
DEBUG - add_triples_for_properties :: 273 - hasConsequence
DEBUG - add_triples_for_properties :: 273 - hasImpact
DEBUG - add_triples_for_properties :: 273 - hasImpactOn
+DEBUG - add_triples_for_properties :: 273 - hasConsequenceOn
DEBUG - add_triples_for_properties :: 273 - hasRiskLevel
DEBUG - add_triples_for_properties :: 273 - hasSeverity
DEBUG - add_triples_for_properties :: 273 - hasLikelihood
@@ -6730,7 +6743,7 @@ DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-ow
DEBUG - add_triples_for_classes :: 213 - ActivityMonitoring
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure
DEBUG - add_triples_for_classes :: 213 - Anonymisation
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#DataAnonymisationTechnique
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#Deidentification
DEBUG - add_triples_for_classes :: 213 - AsymmetricCryptography
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CryptographicMethods
DEBUG - add_triples_for_classes :: 213 - AsymmetricEncryption
@@ -6752,8 +6765,6 @@ DEBUG - add_triples_for_classes :: 213 - CryptographicKeyManagement
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CryptographicMethods
DEBUG - add_triples_for_classes :: 213 - CryptographicMethods
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure
-DEBUG - add_triples_for_classes :: 213 - DataAnonymisationTechnique
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#DataSanitisationTechnique
DEBUG - add_triples_for_classes :: 213 - DataBackupProtocols
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure
DEBUG - add_triples_for_classes :: 213 - DataRedaction
@@ -6761,7 +6772,7 @@ DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-ow
DEBUG - add_triples_for_classes :: 213 - DataSanitisationTechnique
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure
DEBUG - add_triples_for_classes :: 213 - Deidentification
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#DataAnonymisationTechnique
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#DataSanitisationTechnique
DEBUG - add_triples_for_classes :: 213 - DeterministicPseudonymisation
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#Pseudonymisation
DEBUG - add_triples_for_classes :: 213 - DifferentialPrivacy
@@ -6823,33 +6834,33 @@ DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-ow
DEBUG - add_triples_for_classes :: 213 - PhysicalAccessControlMethod
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#AccessControlMethod
DEBUG - add_triples_for_classes :: 213 - PostQuantumCryptography
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CrytographicMethods
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CryptographicMethods
DEBUG - add_triples_for_classes :: 213 - PrivacyPreservingProtocol
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CrytographicMethods
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CryptographicMethods
DEBUG - add_triples_for_classes :: 213 - PrivateInformationRetrieval
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CrytographicMethods
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CryptographicMethods
DEBUG - add_triples_for_classes :: 213 - Pseudonymisation
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#DataAnonymisationTechnique
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#Deidentification
DEBUG - add_triples_for_classes :: 213 - QuantumCryptography
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CrytographicMethods
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CryptographicMethods
DEBUG - add_triples_for_classes :: 213 - RNGPseudonymisation
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#Pseudonymisation
DEBUG - add_triples_for_classes :: 213 - SecretSharingSchemes
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CrytographicMethods
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CryptographicMethods
DEBUG - add_triples_for_classes :: 213 - SecureMultiPartyComputation
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CrytographicMethods
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CryptographicMethods
DEBUG - add_triples_for_classes :: 213 - SecurityMethod
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure
DEBUG - add_triples_for_classes :: 213 - SingleSignOn
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#AuthenticationProtocols
DEBUG - add_triples_for_classes :: 213 - SymmetricCryptography
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CrytographicMethods
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CryptographicMethods
DEBUG - add_triples_for_classes :: 213 - SymmetricEncryption
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#Encryption
DEBUG - add_triples_for_classes :: 213 - TrustedComputing
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CrytographicMethods
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CryptographicMethods
DEBUG - add_triples_for_classes :: 213 - TrustedExecutionEnvironments
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CrytographicMethods
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#CryptographicMethods
DEBUG - add_triples_for_classes :: 213 - UsageControl
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#AccessControlMethod
DEBUG - add_triples_for_classes :: 213 - UseSyntheticData
@@ -6873,7 +6884,7 @@ INFO - serialize_graph :: 354 - wrote ../dpv-owl/modules/technical_measures.n3
INFO - serialize_graph :: 354 - wrote ../dpv-owl/modules/technical_measures.jsonld
DEBUG - :: 492 - ------
DEBUG - :: 493 - Processing organisational_measures module
-DEBUG - :: 498 - there are 69 classes in organisational_measures
+DEBUG - :: 498 - there are 73 classes in organisational_measures
DEBUG - add_triples_for_classes :: 213 - Assessment
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure
DEBUG - add_triples_for_classes :: 213 - AssetManagementProcedures
@@ -7423,7 +7434,7 @@ INFO - serialize_graph :: 354 - wrote ../dpv-owl/dpv.n3
INFO - serialize_graph :: 354 - wrote ../dpv-owl/dpv.jsonld
DEBUG - :: 583 - ------
DEBUG - :: 584 - Processing legal_basis module
-DEBUG - :: 589 - there are 11 classes in legal_basis
+DEBUG - :: 589 - there are 17 classes in legal_basis
DEBUG - add_triples_for_classes :: 213 - A6-1-a
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#ExpressedConsent
DEBUG - add_triples_for_classes :: 213 - A6-1-a-non-explicit-consent
@@ -7434,10 +7445,22 @@ DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-ow
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#ExplicitlyExpressedConsent
DEBUG - add_triples_for_classes :: 213 - A6-1-b
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#Contract
+DEBUG - add_triples_for_classes :: 213 - A6-1-b-enter-into-contract
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-b
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#EnterIntoContract
+DEBUG - add_triples_for_classes :: 213 - A6-1-b-contract-performance
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-b
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#ContractPerformance
DEBUG - add_triples_for_classes :: 213 - A6-1-c
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#LegalObligation
DEBUG - add_triples_for_classes :: 213 - A6-1-d
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterest
+DEBUG - add_triples_for_classes :: 213 - A6-1-d-data-subject
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-d
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterestOfDataSubject
+DEBUG - add_triples_for_classes :: 213 - A6-1-d-natual-person
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-d
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson
DEBUG - add_triples_for_classes :: 213 - A6-1-e
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController
@@ -7449,6 +7472,12 @@ DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-ow
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController
DEBUG - add_triples_for_classes :: 213 - A6-1-f
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest
+DEBUG - add_triples_for_classes :: 213 - A6-1-f-controller
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-f
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterestOfController
+DEBUG - add_triples_for_classes :: 213 - A6-1-f-third-party
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-f
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterestOfThirdParty
INFO - serialize_graph :: 354 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.rdf
INFO - serialize_graph :: 354 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.ttl
INFO - serialize_graph :: 354 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.n3
@@ -7857,8 +7886,8 @@ DEBUG - add_triples_for_classes :: 213 - Gender
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic
DEBUG - add_triples_for_classes :: 213 - GeneralReputation
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife
-DEBUG - add_triples_for_classes :: 213 - GeneticData
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#HealthData
+DEBUG - add_triples_for_classes :: 213 - Genetic
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Health
DEBUG - add_triples_for_classes :: 213 - Geographic
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic
DEBUG - add_triples_for_classes :: 213 - GPSCoordinate
@@ -7877,7 +7906,7 @@ DEBUG - add_triples_for_classes :: 213 - Height
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic
DEBUG - add_triples_for_classes :: 213 - Historical
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData
-DEBUG - add_triples_for_classes :: 213 - HouseholdData
+DEBUG - add_triples_for_classes :: 213 - Household
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData
DEBUG - add_triples_for_classes :: 213 - HouseOwned
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership
@@ -8009,8 +8038,8 @@ DEBUG - add_triples_for_classes :: 213 - Profile
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData
DEBUG - add_triples_for_classes :: 213 - PublicLife
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social
-DEBUG - add_triples_for_classes :: 213 - PubliclyAvailableSocialMediaData
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialMediaData
+DEBUG - add_triples_for_classes :: 213 - PubliclyAvailableSocialMedia
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialMedia
DEBUG - add_triples_for_classes :: 213 - Purchase
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional
DEBUG - add_triples_for_classes :: 213 - PurchasesAndSpendingHabit
@@ -8059,7 +8088,7 @@ DEBUG - add_triples_for_classes :: 213 - Social
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData
DEBUG - add_triples_for_classes :: 213 - SocialMediaCommunication
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication
-DEBUG - add_triples_for_classes :: 213 - SocialMediaData
+DEBUG - add_triples_for_classes :: 213 - SocialMedia
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication
DEBUG - add_triples_for_classes :: 213 - SocialNetwork
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social
@@ -8096,13 +8125,13 @@ DEBUG - add_triples_for_classes :: 213 - VehicalLicenseNumber
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#VehicleLicense
DEBUG - add_triples_for_classes :: 213 - VehicalLicenseRegistration
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#VehicleLicense
-DEBUG - add_triples_for_classes :: 213 - VehicleData
+DEBUG - add_triples_for_classes :: 213 - Vehicle
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External
DEBUG - add_triples_for_classes :: 213 - VehicleLicense
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#VehicleData
-DEBUG - add_triples_for_classes :: 213 - VehicleUsageData
-DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#VehicleData
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Vehicle
+DEBUG - add_triples_for_classes :: 213 - VehicleUsage
+DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Vehicle
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral
DEBUG - add_triples_for_classes :: 213 - VoiceCommunicationRecording
DEBUG - add_triples_for_classes :: 236 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication
diff --git a/documentation-generator/logs/changelog.txt b/documentation-generator/logs/changelog.txt
index 034a56eba..a846e357d 100644
--- a/documentation-generator/logs/changelog.txt
+++ b/documentation-generator/logs/changelog.txt
@@ -1,35 +1,3 @@
-Failed to convert Literal lexical form to value. Datatype=http://www.w3.org/2001/XMLSchema#date, Converter=
-Traceback (most recent call last):
- File "/home/harsh/.pyenv/versions/dpv/lib/python3.11/site-packages/rdflib/term.py", line 2084, in _castLexicalToPython
- return conv_func(lexical) # type: ignore[arg-type]
- ^^^^^^^^^^^^^^^^^^
- File "/home/harsh/.pyenv/versions/dpv/lib/python3.11/site-packages/isodate/isodates.py", line 203, in parse_date
- raise ISO8601Error('Unrecognised ISO 8601 date format: %r' % datestring)
-isodate.isoerror.ISO8601Error: Unrecognised ISO 8601 date format: ''
-Failed to convert Literal lexical form to value. Datatype=http://www.w3.org/2001/XMLSchema#date, Converter=
-Traceback (most recent call last):
- File "/home/harsh/.pyenv/versions/dpv/lib/python3.11/site-packages/rdflib/term.py", line 2084, in _castLexicalToPython
- return conv_func(lexical) # type: ignore[arg-type]
- ^^^^^^^^^^^^^^^^^^
- File "/home/harsh/.pyenv/versions/dpv/lib/python3.11/site-packages/isodate/isodates.py", line 203, in parse_date
- raise ISO8601Error('Unrecognised ISO 8601 date format: %r' % datestring)
-isodate.isoerror.ISO8601Error: Unrecognised ISO 8601 date format: ''
-Failed to convert Literal lexical form to value. Datatype=http://www.w3.org/2001/XMLSchema#date, Converter=
-Traceback (most recent call last):
- File "/home/harsh/.pyenv/versions/dpv/lib/python3.11/site-packages/rdflib/term.py", line 2084, in _castLexicalToPython
- return conv_func(lexical) # type: ignore[arg-type]
- ^^^^^^^^^^^^^^^^^^
- File "/home/harsh/.pyenv/versions/dpv/lib/python3.11/site-packages/isodate/isodates.py", line 203, in parse_date
- raise ISO8601Error('Unrecognised ISO 8601 date format: %r' % datestring)
-isodate.isoerror.ISO8601Error: Unrecognised ISO 8601 date format: ''
-Failed to convert Literal lexical form to value. Datatype=http://www.w3.org/2001/XMLSchema#date, Converter=
-Traceback (most recent call last):
- File "/home/harsh/.pyenv/versions/dpv/lib/python3.11/site-packages/rdflib/term.py", line 2084, in _castLexicalToPython
- return conv_func(lexical) # type: ignore[arg-type]
- ^^^^^^^^^^^^^^^^^^
- File "/home/harsh/.pyenv/versions/dpv/lib/python3.11/site-packages/isodate/isodates.py", line 203, in parse_date
- raise ISO8601Error('Unrecognised ISO 8601 date format: %r' % datestring)
-isodate.isoerror.ISO8601Error: Unrecognised ISO 8601 date format: ''
--- DPV ---
MODULE: base
@@ -39,7 +7,9 @@ MODULE: consent_status
added: 0 ; removed: 0
---
MODULE: consent
-added: 0 ; removed: 0
+added: 0 ; removed: 1
+Concepts Removed
+https://w3id.org/dpv#expiry
---
MODULE: consent_types
added: 0 ; removed: 0
@@ -60,49 +30,22 @@ MODULE: entities_organisation
added: 0 ; removed: 0
---
MODULE: entities
-added: 1 ; removed: 0
-
-Concepts Added
-https://w3id.org/dpv#isRepresentativeFor
+added: 0 ; removed: 0
---
MODULE: jurisdiction
-added: 1 ; removed: 1
-Concepts Removed
-https://w3id.org/dpv#PubliclyLocation
-
-Concepts Added
-https://w3id.org/dpv#PublicLocation
+added: 0 ; removed: 0
---
MODULE: legal_basis
added: 0 ; removed: 0
---
MODULE: organisational_measures
-added: 1 ; removed: 5
-Concepts Removed
-https://w3id.org/dpv#ReviewImpactAssessmentConformance
-https://w3id.org/dpv#ReviewImpactAssessmentAdequacy
-https://w3id.org/dpv#SecurityAssessments
-https://w3id.org/dpv#DataProcessingRecords
-https://w3id.org/dpv#CybersecurityAssessments
-
-Concepts Added
-https://w3id.org/dpv#CybersecurityAssessment
+added: 0 ; removed: 0
---
MODULE: personal_data
-added: 3 ; removed: 0
-
-Concepts Added
-https://w3id.org/dpv#IncorrectData
-https://w3id.org/dpv#UnverifiedData
-https://w3id.org/dpv#VerifiedData
+added: 0 ; removed: 0
---
MODULE: processing_context
-added: 3 ; removed: 0
-
-Concepts Added
-https://w3id.org/dpv#DataController
-https://w3id.org/dpv#DataSubject
-https://w3id.org/dpv#ThirdParty
+added: 0 ; removed: 0
---
MODULE: processing_scale
added: 0 ; removed: 0
@@ -111,32 +54,7 @@ MODULE: processing
added: 0 ; removed: 0
---
MODULE: purposes
-added: 12 ; removed: 10
-Concepts Removed
-https://w3id.org/dpv#IdentifyRectifyImpairments
-https://w3id.org/dpv#CreateEventRecommendations
-https://w3id.org/dpv#HumanResources
-https://w3id.org/dpv#RegistrationAuthentication
-https://w3id.org/dpv#ServicePersonalization
-https://w3id.org/dpv#CreatePersonalisedRecommendations
-https://w3id.org/dpv#ServiceRecordManagement
-https://w3id.org/dpv#Payment
-https://w3id.org/dpv#ServiceOptimization
-https://w3id.org/dpv#CreateProductRecommendations
-
-Concepts Added
-https://w3id.org/dpv#RepairImpairments
-https://w3id.org/dpv#FulfilmentOfContractualObligation
-https://w3id.org/dpv#PaymentManagement
-https://w3id.org/dpv#FulfilmentOfObligation
-https://w3id.org/dpv#ServicePersonalisation
-https://w3id.org/dpv#ServiceRegistration
-https://w3id.org/dpv#ServiceOptimisation
-https://w3id.org/dpv#SearchFunctionalities
-https://w3id.org/dpv#ProvideProductRecommendations
-https://w3id.org/dpv#ProvidePersonalisedRecommendations
-https://w3id.org/dpv#EstablishContractualAgreement
-https://w3id.org/dpv#ProvideEventRecommendations
+added: 0 ; removed: 0
---
MODULE: risk
added: 0 ; removed: 0
@@ -145,7 +63,10 @@ MODULE: status
added: 0 ; removed: 0
---
MODULE: technical_measures
-added: 0 ; removed: 0
+added: 0 ; removed: 2
+Concepts Removed
+https://w3id.org/dpv#DataAnonymisationTechnique
+https://w3id.org/dpv#CrytographicMethods
---
MODULE: technical_organisational_measures
added: 0 ; removed: 0
@@ -156,7 +77,21 @@ added: 0 ; removed: 0
--- DPV-GDPR ---
MODULE: legal_basis
-added: 0 ; removed: 0
+added: 12 ; removed: 0
+
+Concepts Added
+https://w3id.org/dpv#VitalInterestOfNaturalPerson
+https://w3id.org/dpv/dpv-gdpr#A6-1-f-controller
+https://w3id.org/dpv#LegitimateInterestOfThirdParty
+https://w3id.org/dpv#LegitimateInterestOfController
+https://w3id.org/dpv/dpv-gdpr#A6-1-d-data-subject
+https://w3id.org/dpv/dpv-gdpr#A6-1-f-third-party
+https://w3id.org/dpv/dpv-gdpr#A6-1-d-natual-person
+https://w3id.org/dpv#ContractPerformance
+https://w3id.org/dpv/dpv-gdpr#A6-1-b-enter-into-contract
+https://w3id.org/dpv#VitalInterestOfDataSubject
+https://w3id.org/dpv#EnterIntoContract
+https://w3id.org/dpv/dpv-gdpr#A6-1-b-contract-performance
---
MODULE: legal_basis_special
added: 0 ; removed: 0
@@ -165,39 +100,13 @@ MODULE: legal_basis_data_transfer
added: 0 ; removed: 0
---
MODULE: rights
-added: 6 ; removed: 0
-
-Concepts Added
-https://w3id.org/dpv/dpv-gdpr#IndirectDataCollectionNotice
-https://w3id.org/dpv/dpv-gdpr#SARNotice
-http://www.w3.org/ns/dcat#Resource
-https://w3id.org/dpv/dpv-gdpr#RightsRecipientsNotice
-https://w3id.org/dpv/dpv-gdpr#DirectDataCollectionNotice
-https://w3id.org/dpv#RightFulfilmentNotice
+added: 0 ; removed: 0
---
MODULE: data_transfers
added: 0 ; removed: 0
---
MODULE: dpia
-added: 16 ; removed: 0
-
-Concepts Added
-http://purl.org/dc/terms/isVersionOf
-http://purl.org/dc/terms/title
-http://purl.org/dc/terms/created
-http://purl.org/dc/terms/coverage
-http://purl.org/dc/terms/hasPart
-http://purl.org/dc/terms/subject
-http://purl.org/dc/terms/description
-http://purl.org/dc/terms/isPartOf
-http://purl.org/dc/terms/dateSubmitted
-http://purl.org/dc/terms/dateAccepted
-http://purl.org/dc/terms/valid
-http://purl.org/dc/terms/temporal
-http://purl.org/dc/terms/conformsTo
-https://w3id.org/dpv#hasStatus
-http://purl.org/dc/terms/modified
-http://purl.org/dc/terms/identifier
+added: 0 ; removed: 0
---
MODULE: compliance
added: 0 ; removed: 0
@@ -210,7 +119,21 @@ added: 0 ; removed: 0
--- DPV-LEGAL ---
MODULE: authorities
-added: 0 ; removed: 0
+added: 12 ; removed: 0
+
+Concepts Added
+https://w3id.org/dpv/dpv-legal#US-NV
+https://w3id.org/dpv/dpv-legal#DPA-US-NV
+https://w3id.org/dpv/dpv-legal#US-CT
+https://w3id.org/dpv/dpv-legal#DPA-US-VC
+https://w3id.org/dpv/dpv-legal#US-CO-CPA
+https://w3id.org/dpv/dpv-legal#US-VC
+https://w3id.org/dpv/dpv-legal#US-VA-VCDPA
+https://w3id.org/dpv/dpv-legal#US-CO
+https://w3id.org/dpv/dpv-legal#DPA-US-CO
+https://w3id.org/dpv/dpv-legal#US-NV-NPICICA
+https://w3id.org/dpv/dpv-legal#DPA-US-CT
+https://w3id.org/dpv/dpv-legal#US-CT-CTPA
---
MODULE: eu_adequacy
added: 0 ; removed: 0
@@ -219,7 +142,20 @@ MODULE: eu_eea
added: 0 ; removed: 0
---
MODULE: laws
-added: 0 ; removed: 0
+added: 9 ; removed: 1
+Concepts Removed
+https://w3id.org/dpv/dpv-legal#GB-DPA-2018
+
+Concepts Added
+https://w3id.org/dpv/dpv-legal#US-CT
+https://w3id.org/dpv/dpv-legal#US-VA-VCDPA
+https://w3id.org/dpv/dpv-legal#US-VA
+https://w3id.org/dpv/dpv-legal#US-CO-CPA
+https://w3id.org/dpv/dpv-legal#US-NV
+https://w3id.org/dpv/dpv-legal#US-NV-NPICICA
+https://w3id.org/dpv/dpv-legal#GB-DPA
+https://w3id.org/dpv/dpv-legal#US-CO
+https://w3id.org/dpv/dpv-legal#US-CT-CTPA
---
MODULE: locations
added: 0 ; removed: 0
diff --git a/documentation-generator/logs/releases.txt b/documentation-generator/logs/releases.txt
index e98caed82..a7223d6f5 100644
--- a/documentation-generator/logs/releases.txt
+++ b/documentation-generator/logs/releases.txt
@@ -1,5 +1,5 @@
generated releases/dpv.zip
generated releases/dpv-skos.zip
generated releases/dpv-owl.zip
-generated releases/dpv.xlsx
+generated releases/dpv-xlsx.zip
generated releases/dpv-nace.zip
diff --git a/documentation-generator/logs/validation_report.txt b/documentation-generator/logs/validation_report.txt
index b61daedeb..36a418ed0 100644
--- a/documentation-generator/logs/validation_report.txt
+++ b/documentation-generator/logs/validation_report.txt
@@ -1,461 +1,6 @@
-../dpv
-validating dpv.ttl with constraints in ./shacl_shapes/shapes.ttl
+validating with constraints in ./shacl_shapes/shapes.ttl
+command: ['/home/harsh/apps/shacl/bin/shaclvalidate.sh', '-shapesfile', './shacl_shapes/shapes.ttl', '-datafile', '../dpv/dpv.ttl', '-datafile', '../dpv-gdpr/dpv-gdpr.ttl', '-datafile', '../dpv-pd/dpv-pd.ttl', '-datafile', '../dpv-tech/dpv-tech.ttl', '-datafile', '../rights/eu/rights-eu.ttl', '-datafile', '../risk/risk.ttl']
3 errors found
dcat:Resource :: Terms must have a description
dcat:Resource :: Terms must have a creation date and in xsd:date format
dcat:Resource :: Terms must have exactly 1 status indicating acceptance, proposed, etc.
-../dpv-gdpr
-validating dpv-gdpr.ttl with constraints in ./shacl_shapes/shapes.ttl
-0 errors found
-../dpv-pd
-validating dpv-pd.ttl with constraints in ./shacl_shapes/shapes.ttl
-0 errors found
-../dpv-legal
-validating dpv-legal.ttl with constraints in ./shacl_shapes/shapes.ttl
-437 errors found
-dpv-legal:SouthernEurope :: Terms must have a description
-dpv-legal:DE-SH-LDSG :: Terms must have a description
-dpv-legal:UA :: Terms must have a description
-dpv-legal:CO :: Terms must have a description
-dpv-legal:DPA-CZ :: Terms must have a description
-dpv-legal:CV :: Terms must have a description
-dpv-legal:YT :: Terms must have a description
-dpv-legal:US-NV :: Terms must have a description
-dpv-legal:KN :: Terms must have a description
-dpv-legal:NI :: Terms must have a description
-dpv-legal:DE-HH-HmbDSG :: Terms must have a description
-dpv-legal:US-VT :: Terms must have a description
-dpv-legal:TJ :: Terms must have a description
-dpv-legal:CK :: Terms must have a description
-dpv-legal:HN :: Terms must have a description
-dpv-legal:TN :: Terms must have a description
-dpv-legal:US-PR :: Terms must have a description
-dpv-legal:IM :: Terms must have a description
-dpv-legal:TV :: Terms must have a description
-dpv-legal:DZ :: Terms must have a description
-dpv-legal:DPA-DE-BE :: Terms must have a description
-dpv-legal:GA :: Terms must have a description
-dpv-legal:IS :: Terms must have a description
-dpv-legal:AT :: Terms must have a description
-dpv-legal:AG :: Terms must have a description
-dpv-legal:KH :: Terms must have a description
-dpv-legal:YE :: Terms must have a description
-dpv-legal:WesternAfrica :: Terms must have a description
-dpv-legal:DPA-DE-HB :: Terms must have a description
-dpv-legal:MU :: Terms must have a description
-dpv-legal:PK :: Terms must have a description
-dpv-legal:DPA-DE-NI :: Terms must have a description
-dpv-legal:GB :: Terms must have a description
-dpv-legal:CY :: Terms must have a description
-dpv-legal:CH :: Terms must have a description
-dpv-legal:NL :: Terms must have a description
-dpv-legal:SouthernAsia :: Terms must have a description
-dpv-legal:DPA-ES :: Terms must have a description
-dpv-legal:NZ :: Terms must have a description
-dpv-legal:DE-SN-SächsDSG :: Terms must have a description
-dpv-legal:US-CA-CCPA :: Terms must have a description
-dpv-legal:AD :: Terms must have a description
-dpv-legal:CM :: Terms must have a description
-dpv-legal:DE-NW :: Terms must have a description
-dpv-legal:HT :: Terms must have a description
-dpv-legal:HK :: Terms must have a description
-dpv-legal:LV :: Terms must have a description
-dpv-legal:US-HI :: Terms must have a description
-dpv-legal:CentralAmerica :: Terms must have a description
-dpv-legal:NorthernAfrica :: Terms must have a description
-dpv-legal:IT :: Terms must have a description
-dpv-legal:Adequacy-EU-UY :: Terms must have a description
-dpv-legal:MG :: Terms must have a description
-dpv-legal:MC :: Terms must have a description
-dpv-legal:DPA-LV :: Terms must have a description
-dpv-legal:SL :: Terms must have a description
-dpv-legal:FO :: Terms must have a description
-dpv-legal:PT :: Terms must have a description
-dpv-legal:GL :: Terms must have a description
-dpv-legal:DJ :: Terms must have a description
-dpv-legal:NC :: Terms must have a description
-dpv-legal:RO :: Terms must have a description
-dpv-legal:ES :: Terms must have a description
-dpv-legal:PW :: Terms must have a description
-dpv-legal:MY :: Terms must have a description
-dpv-legal:CU :: Terms must have a description
-dpv-legal:MK :: Terms must have a description
-dpv-legal:RE :: Terms must have a description
-dpv-legal:GT :: Terms must have a description
-dpv-legal:LA :: Terms must have a description
-dpv-legal:US-DC :: Terms must have a description
-dpv-legal:DPA-LT :: Terms must have a description
-dpv-legal:PH :: Terms must have a description
-dpv-legal:BS :: Terms must have a description
-dpv-legal:GE :: Terms must have a description
-dpv-legal:NorthernEurope :: Terms must have a description
-dpv-legal:LC :: Terms must have a description
-dpv-legal:CG :: Terms must have a description
-dpv-legal:Polynesia :: Terms must have a description
-dpv-legal:DPA-EE :: Terms must have a description
-dpv-legal:BJ :: Terms must have a description
-dpv-legal:US-NJ :: Terms must have a description
-dpv-legal:PR :: Terms must have a description
-dpv-legal:WesternAsia :: Terms must have a description
-dpv-legal:DPA-FI :: Terms must have a description
-dpv-legal:TK :: Terms must have a description
-dpv-legal:CentralAsia :: Terms must have a description
-dpv-legal:US-ID :: Terms must have a description
-dpv-legal:VN :: Terms must have a description
-dpv-legal:CW :: Terms must have a description
-dpv-legal:GP :: Terms must have a description
-dpv-legal:US-GU :: Terms must have a description
-dpv-legal:JP :: Terms must have a description
-dpv-legal:US-ND :: Terms must have a description
-dpv-legal:UY :: Terms must have a description
-dpv-legal:US :: Terms must have a description
-dpv-legal:Adequacy-EU-GB :: Terms must have a description
-dpv-legal:OM :: Terms must have a description
-dpv-legal:US-MD :: Terms must have a description
-dpv-legal:PL :: Terms must have a description
-dpv-legal:WF :: Terms must have a description
-dpv-legal:US-GA :: Terms must have a description
-dpv-legal:DE-HE :: Terms must have a description
-dpv-legal:Sark :: Terms must have a description
-dpv-legal:KI :: Terms must have a description
-dpv-legal:MiddleAfrica :: Terms must have a description
-dpv-legal:MS :: Terms must have a description
-dpv-legal:VE :: Terms must have a description
-dpv-legal:PM :: Terms must have a description
-dpv-legal:NF :: Terms must have a description
-dpv-legal:US-MO :: Terms must have a description
-dpv-legal:NO :: Terms must have a description
-dpv-legal:VA :: Terms must have a description
-dpv-legal:DPA-DE-SH :: Terms must have a description
-dpv-legal:ST :: Terms must have a description
-dpv-legal:NR :: Terms must have a description
-dpv-legal:SX :: Terms must have a description
-dpv-legal:DE-SN :: Terms must have a description
-dpv-legal:PF :: Terms must have a description
-dpv-legal:VG :: Terms must have a description
-dpv-legal:BH :: Terms must have a description
-dpv-legal:US-MP :: Terms must have a description
-dpv-legal:US-AZ :: Terms must have a description
-dpv-legal:CD :: Terms must have a description
-dpv-legal:MH :: Terms must have a description
-dpv-legal:Oceania :: Terms must have a description
-dpv-legal:CZ :: Terms must have a description
-dpv-legal:IL :: Terms must have a description
-dpv-legal:JM :: Terms must have a description
-dpv-legal:MM :: Terms must have a description
-dpv-legal:BF :: Terms must have a description
-dpv-legal:EEA31 :: Terms must have a description
-dpv-legal:DPA-DE-NW :: Terms must have a description
-dpv-legal:MQ :: Terms must have a description
-dpv-legal:SO :: Terms must have a description
-dpv-legal:MR :: Terms must have a description
-dpv-legal:AR :: Terms must have a description
-dpv-legal:DE-TH :: Terms must have a description
-dpv-legal:US-CT :: Terms must have a description
-dpv-legal:US-NC :: Terms must have a description
-dpv-legal:GQ :: Terms must have a description
-dpv-legal:VC :: Terms must have a description
-dpv-legal:Adequacy-EU-IL :: Terms must have a description
-dpv-legal:DE-BDSG :: Terms must have a description
-dpv-legal:BT :: Terms must have a description
-dpv-legal:LU :: Terms must have a description
-dpv-legal:Adequacy-EU-AD :: Terms must have a description
-dpv-legal:US-DE :: Terms must have a description
-dpv-legal:IQ :: Terms must have a description
-dpv-legal:DPA-PL :: Terms must have a description
-dpv-legal:MO :: Terms must have a description
-dpv-legal:HM :: Terms must have a description
-dpv-legal:Europe :: Terms must have a description
-dpv-legal:US-PA :: Terms must have a description
-dpv-legal:EasternAfrica :: Terms must have a description
-dpv-legal:ZW :: Terms must have a description
-dpv-legal:Melanesia :: Terms must have a description
-dpv-legal:BA :: Terms must have a description
-dpv-legal:KG :: Terms must have a description
-dpv-legal:SH :: Terms must have a description
-dpv-legal:SJ :: Terms must have a description
-dpv-legal:SE :: Terms must have a description
-dpv-legal:LB :: Terms must have a description
-dpv-legal:BN :: Terms must have a description
-dpv-legal:JE :: Terms must have a description
-dpv-legal:US-SD :: Terms must have a description
-dpv-legal:DPA-DE-SN :: Terms must have a description
-dpv-legal:GY :: Terms must have a description
-dpv-legal:DE-NW-DSG :: Terms must have a description
-dpv-legal:GG :: Terms must have a description
-dpv-legal:RW :: Terms must have a description
-dpv-legal:TM :: Terms must have a description
-dpv-legal:DE-SL-SDSG :: Terms must have a description
-dpv-legal:UM :: Terms must have a description
-dpv-legal:US-NH :: Terms must have a description
-dpv-legal:DE-NI-NDSG :: Terms must have a description
-dpv-legal:CR :: Terms must have a description
-dpv-legal:US-RI :: Terms must have a description
-dpv-legal:US-MI :: Terms must have a description
-dpv-legal:DE-BW :: Terms must have a description
-dpv-legal:US-AK :: Terms must have a description
-dpv-legal:Americas :: Terms must have a description
-dpv-legal:EEA :: Terms must have a description
-dpv-legal:NorthernAmerica :: Terms must have a description
-dpv-legal:NP :: Terms must have a description
-dpv-legal:UG :: Terms must have a description
-dpv-legal:DE-MV :: Terms must have a description
-dpv-legal:GU :: Terms must have a description
-dpv-legal:US-IA :: Terms must have a description
-dpv-legal:US-AL :: Terms must have a description
-dpv-legal:DE-LSA-DSG :: Terms must have a description
-dpv-legal:KM :: Terms must have a description
-dpv-legal:DE-SL :: Terms must have a description
-dpv-legal:PE :: Terms must have a description
-dpv-legal:TD :: Terms must have a description
-dpv-legal:US-NY :: Terms must have a description
-dpv-legal:SB :: Terms must have a description
-dpv-legal:MW :: Terms must have a description
-dpv-legal:TZ :: Terms must have a description
-dpv-legal:GW :: Terms must have a description
-dpv-legal:NA :: Terms must have a description
-dpv-legal:MP :: Terms must have a description
-dpv-legal:MT :: Terms must have a description
-dpv-legal:DPA-SK :: Terms must have a description
-dpv-legal:EEA30 :: Terms must have a description
-dpv-legal:EU27 :: Terms must have a description
-dpv-legal:Caribbean :: Terms must have a description
-dpv-legal:FK :: Terms must have a description
-dpv-legal:RU :: Terms must have a description
-dpv-legal:DPA-IT :: Terms must have a description
-dpv-legal:US-MS :: Terms must have a description
-dpv-legal:US-NE :: Terms must have a description
-dpv-legal:DPA-DK :: Terms must have a description
-dpv-legal:MN :: Terms must have a description
-dpv-legal:Adequacy-EU-GG :: Terms must have a description
-dpv-legal:US-WV :: Terms must have a description
-dpv-legal:US-MA :: Terms must have a description
-dpv-legal:CL :: Terms must have a description
-dpv-legal:SouthernAfrica :: Terms must have a description
-dpv-legal:US-CO :: Terms must have a description
-dpv-legal:DPA-DE-TH :: Terms must have a description
-dpv-legal:Africa :: Terms must have a description
-dpv-legal:Adequacy-EU-IM :: Terms must have a description
-dpv-legal:SD :: Terms must have a description
-dpv-legal:Asia :: Terms must have a description
-dpv-legal:DPA-BE :: Terms must have a description
-dpv-legal:EE :: Terms must have a description
-dpv-legal:TW :: Terms must have a description
-dpv-legal:DE-HH :: Terms must have a description
-dpv-legal:ID :: Terms must have a description
-dpv-legal:PS :: Terms must have a description
-dpv-legal:RS :: Terms must have a description
-dpv-legal:DO :: Terms must have a description
-dpv-legal:US-OH :: Terms must have a description
-dpv-legal:LI :: Terms must have a description
-dpv-legal:TT :: Terms must have a description
-dpv-legal:DPA-BG :: Terms must have a description
-dpv-legal:SA :: Terms must have a description
-dpv-legal:US-TN :: Terms must have a description
-dpv-legal:GD :: Terms must have a description
-dpv-legal:AI :: Terms must have a description
-dpv-legal:US-AR :: Terms must have a description
-dpv-legal:TH :: Terms must have a description
-dpv-legal:KR :: Terms must have a description
-dpv-legal:DPA-DE-BY-public :: Terms must have a description
-dpv-legal:GN :: Terms must have a description
-dpv-legal:KZ :: Terms must have a description
-dpv-legal:BG :: Terms must have a description
-dpv-legal:Adequacy-EU-CA :: Terms must have a description
-dpv-legal:DE-BB :: Terms must have a description
-dpv-legal:DE-MV-DSG :: Terms must have a description
-dpv-legal:US-TX :: Terms must have a description
-dpv-legal:SZ :: Terms must have a description
-dpv-legal:BB :: Terms must have a description
-dpv-legal:TG :: Terms must have a description
-dpv-legal:ChannelIslands :: Terms must have a description
-dpv-legal:ME :: Terms must have a description
-dpv-legal:BD :: Terms must have a description
-dpv-legal:PN :: Terms must have a description
-dpv-legal:WS :: Terms must have a description
-dpv-legal:SN :: Terms must have a description
-dpv-legal:SK :: Terms must have a description
-dpv-legal:SC :: Terms must have a description
-dpv-legal:BO :: Terms must have a description
-dpv-legal:BQ :: Terms must have a description
-dpv-legal:BM :: Terms must have a description
-dpv-legal:MD :: Terms must have a description
-dpv-legal:SouthAmerica :: Terms must have a description
-dpv-legal:US-KS :: Terms must have a description
-dpv-legal:LK :: Terms must have a description
-dpv-legal:DE-BE-BbgDSG :: Terms must have a description
-dpv-legal:GH :: Terms must have a description
-dpv-legal:Adequacy-EU-AR :: Terms must have a description
-dpv-legal:DE-BE-BlnDSG :: Terms must have a description
-dpv-legal:AZ :: Terms must have a description
-dpv-legal:DPA-NL :: Terms must have a description
-dpv-legal:DPA-DE-HE :: Terms must have a description
-dpv-legal:IO :: Terms must have a description
-dpv-legal:LR :: Terms must have a description
-dpv-legal:DE-BY-BayDSG :: Terms must have a description
-dpv-legal:TO :: Terms must have a description
-dpv-legal:Adequacy-EU-JE :: Terms must have a description
-dpv-legal:IR :: Terms must have a description
-dpv-legal:ML :: Terms must have a description
-dpv-legal:NE :: Terms must have a description
-dpv-legal:WesternEurope :: Terms must have a description
-dpv-legal:DPA-DE-SL :: Terms must have a description
-dpv-legal:DPA-DE-HH :: Terms must have a description
-dpv-legal:US-OR :: Terms must have a description
-dpv-legal:EU28 :: Terms must have a description
-dpv-legal:ET :: Terms must have a description
-dpv-legal:US-OK :: Terms must have a description
-dpv-legal:FR :: Terms must have a description
-dpv-legal:DM :: Terms must have a description
-dpv-legal:BL :: Terms must have a description
-dpv-legal:SR :: Terms must have a description
-dpv-legal:EU :: Terms must have a description
-dpv-legal:AW :: Terms must have a description
-dpv-legal:GF :: Terms must have a description
-dpv-legal:AM :: Terms must have a description
-dpv-legal:PA :: Terms must have a description
-dpv-legal:US-IN :: Terms must have a description
-dpv-legal:UZ :: Terms must have a description
-dpv-legal:AU :: Terms must have a description
-dpv-legal:EasternEurope :: Terms must have a description
-dpv-legal:DPA-DE-BB :: Terms must have a description
-dpv-legal:EasternAsia :: Terms must have a description
-dpv-legal:AO :: Terms must have a description
-dpv-legal:EG :: Terms must have a description
-dpv-legal:BW :: Terms must have a description
-dpv-legal:AS :: Terms must have a description
-dpv-legal:US-VA :: Terms must have a description
-dpv-legal:GI :: Terms must have a description
-dpv-legal:Adequacy-EU-CH :: Terms must have a description
-dpv-legal:DPA-SE :: Terms must have a description
-dpv-legal:DE-NI :: Terms must have a description
-dpv-legal:AE :: Terms must have a description
-dpv-legal:SG :: Terms must have a description
-dpv-legal:PG :: Terms must have a description
-dpv-legal:US-FL :: Terms must have a description
-dpv-legal:US-WA :: Terms must have a description
-dpv-legal:AL :: Terms must have a description
-dpv-legal:VU :: Terms must have a description
-dpv-legal:US-ME :: Terms must have a description
-dpv-legal:DE-BY :: Terms must have a description
-dpv-legal:SI :: Terms must have a description
-dpv-legal:MZ :: Terms must have a description
-dpv-legal:SY :: Terms must have a description
-dpv-legal:KW :: Terms must have a description
-dpv-legal:GR :: Terms must have a description
-dpv-legal:ZM :: Terms must have a description
-dpv-legal:EH :: Terms must have a description
-dpv-legal:EU-GDPR :: Terms must have a description
-dpv-legal:DK :: Terms must have a description
-dpv-legal:SubSaharanAfrica :: Terms must have a description
-dpv-legal:CX :: Terms must have a description
-dpv-legal:US-WY :: Terms must have a description
-dpv-legal:US-SC :: Terms must have a description
-dpv-legal:MX :: Terms must have a description
-dpv-legal:CI :: Terms must have a description
-dpv-legal:DPA-DE :: Terms must have a description
-dpv-legal:GS :: Terms must have a description
-dpv-legal:GB-DPA-2018 :: Terms must have a description
-dpv-legal:US-UT :: Terms must have a description
-dpv-legal:NG :: Terms must have a description
-dpv-legal:US-NM :: Terms must have a description
-dpv-legal:GB-GDPR :: Terms must have a description
-dpv-legal:DPA-FR :: Terms must have a description
-dpv-legal:KY :: Terms must have a description
-dpv-legal:FJ :: Terms must have a description
-dpv-legal:NU :: Terms must have a description
-dpv-legal:LT :: Terms must have a description
-dpv-legal:SV :: Terms must have a description
-dpv-legal:DE-BW-LDSG :: Terms must have a description
-dpv-legal:DE-TH-ThürDSG :: Terms must have a description
-dpv-legal:DE-RP-LDSG :: Terms must have a description
-dpv-legal:PY :: Terms must have a description
-dpv-legal:Adequacy-EU-FO :: Terms must have a description
-dpv-legal:MF :: Terms must have a description
-dpv-legal:DPA-DE-RP :: Terms must have a description
-dpv-legal:AustraliaandNewZealand :: Terms must have a description
-dpv-legal:DPA-HR :: Terms must have a description
-dpv-legal:DPA-AT :: Terms must have a description
-dpv-legal:ER :: Terms must have a description
-dpv-legal:ZA :: Terms must have a description
-dpv-legal:US-MT :: Terms must have a description
-dpv-legal:DE-HE-HDISG :: Terms must have a description
-dpv-legal:LS :: Terms must have a description
-dpv-legal:DPA-LU :: Terms must have a description
-dpv-legal:VI :: Terms must have a description
-dpv-legal:MA :: Terms must have a description
-dpv-legal:QA :: Terms must have a description
-dpv-legal:US-AS :: Terms must have a description
-dpv-legal:DPA-DE-ST :: Terms must have a description
-dpv-legal:US-UM :: Terms must have a description
-dpv-legal:AQ :: Terms must have a description
-dpv-legal:KE :: Terms must have a description
-dpv-legal:US-CA-CPRA :: Terms must have a description
-dpv-legal:CA :: Terms must have a description
-dpv-legal:Adequacy-EU-NZ :: Terms must have a description
-dpv-legal:MV :: Terms must have a description
-dpv-legal:JO :: Terms must have a description
-dpv-legal:TC :: Terms must have a description
-dpv-legal:BV :: Terms must have a description
-dpv-legal:DE-HB :: Terms must have a description
-dpv-legal:CN :: Terms must have a description
-dpv-legal:DPA-HU :: Terms must have a description
-dpv-legal:BE :: Terms must have a description
-dpv-legal:TR :: Terms must have a description
-dpv-legal:LY :: Terms must have a description
-dpv-legal:DE-HB-BremDSGVOAG :: Terms must have a description
-dpv-legal:FI :: Terms must have a description
-dpv-legal:EC :: Terms must have a description
-dpv-legal:Micronesia :: Terms must have a description
-dpv-legal:BR :: Terms must have a description
-dpv-legal:US-VI :: Terms must have a description
-dpv-legal:CC :: Terms must have a description
-dpv-legal:DPA-SI :: Terms must have a description
-dpv-legal:IE :: Terms must have a description
-dpv-legal:Adequacy-EU-JP :: Terms must have a description
-dpv-legal:DE-SH :: Terms must have a description
-dpv-legal:SoutheasternAsia :: Terms must have a description
-dpv-legal:FM :: Terms must have a description
-dpv-legal:AF :: Terms must have a description
-dpv-legal:DPA-GR :: Terms must have a description
-dpv-legal:US-MN :: Terms must have a description
-dpv-legal:US-LA :: Terms must have a description
-dpv-legal:BY :: Terms must have a description
-dpv-legal:TL :: Terms must have a description
-dpv-legal:HR :: Terms must have a description
-dpv-legal:US-CA :: Terms must have a description
-dpv-legal:DPA-IE :: Terms must have a description
-dpv-legal:DE-ST :: Terms must have a description
-dpv-legal:GM :: Terms must have a description
-dpv-legal:DE-BE :: Terms must have a description
-dpv-legal:IN :: Terms must have a description
-dpv-legal:DE :: Terms must have a description
-dpv-legal:DPA-DE-MV :: Terms must have a description
-dpv-legal:DPA-GB :: Terms must have a description
-dpv-legal:HU :: Terms must have a description
-dpv-legal:KP :: Terms must have a description
-dpv-legal:DPA-MT :: Terms must have a description
-dpv-legal:US-IL :: Terms must have a description
-dpv-legal:US-KY :: Terms must have a description
-dpv-legal:BI :: Terms must have a description
-dpv-legal:LatinAmericaandtheCaribbean :: Terms must have a description
-dpv-legal:BZ :: Terms must have a description
-dpv-legal:DPA-PT :: Terms must have a description
-dpv-legal:DPA-DE-BY-non-public :: Terms must have a description
-dpv-legal:DPA-RO :: Terms must have a description
-dpv-legal:AX :: Terms must have a description
-dpv-legal:SM :: Terms must have a description
-dpv-legal:US-WI :: Terms must have a description
-dpv-legal:CF :: Terms must have a description
-dpv-legal:DE-RP :: Terms must have a description
-dpv-legal:SS :: Terms must have a description
-dpv-legal:TF :: Terms must have a description
-../dpv-tech
-validating dpv-tech.ttl with constraints in ./shacl_shapes/shapes.ttl
-0 errors found
-../rights/eu
-validating rights-eu.ttl with constraints in ./shacl_shapes/shapes.ttl
-0 errors found
-../risk
-validating risk.ttl with constraints in ./shacl_shapes/shapes.ttl
-0 errors found
diff --git a/documentation-generator/ontology_metadata/dpv-semantics.ttl b/documentation-generator/ontology_metadata/dpv-semantics.ttl
index 362ce1c38..9d593fcc8 100644
--- a/documentation-generator/ontology_metadata/dpv-semantics.ttl
+++ b/documentation-generator/ontology_metadata/dpv-semantics.ttl
@@ -10,16 +10,22 @@
@prefix dpv: .
dpv:Concept rdfs:subClassOf skos:Concept ;
- skos:prefLabel "Concept"@en .
+ skos:prefLabel "Concept"@en ;
+ rdfs:isDefinedBy dpv: .
#dpv:ReusedExternalConcept rdfs:subClassOf skos:Concept ;
# skos:prefLabel "Reused External Concept"@en .
dpv:Relation rdfs:subPropertyOf skos:semanticRelation ;
- skos:prefLabel "Relation"@en .
+ skos:prefLabel "Relation"@en ;
+ rdfs:isDefinedBy dpv: .
dpv:hasDomain rdfs:subPropertyOf skos:semanticRelation ;
- skos:prefLabel "has domain"@en .
+ skos:prefLabel "has domain"@en ;
+ rdfs:isDefinedBy dpv: .
dpv:hasRange rdfs:subPropertyOf skos:semanticRelation ;
- skos:prefLabel "has range"@en .
+ skos:prefLabel "has range"@en ;
+ rdfs:isDefinedBy dpv: .
dpv:isSubTypeOf rdfs:subPropertyOf skos:broader ;
- skos:prefLabel "isSubTypeOf"@en .
+ skos:prefLabel "isSubTypeOf"@en ;
+ rdfs:isDefinedBy dpv: .
dpv:isInstanceOf rdfs:subPropertyOf skos:semanticRelation ;
- skos:prefLabel "isInstanceOf"@en .
\ No newline at end of file
+ skos:prefLabel "isInstanceOf"@en ;
+ rdfs:isDefinedBy dpv: .
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/Consent_properties.csv b/documentation-generator/vocab_csv/Consent_properties.csv
index ef5956d7f..9b09eedd3 100644
--- a/documentation-generator/vocab_csv/Consent_properties.csv
+++ b/documentation-generator/vocab_csv/Consent_properties.csv
@@ -6,9 +6,9 @@
"Deprecated ","","","","","","","","","","","","","","","","","","","","","","","","","","",""
"hasExpiry","has expiry","Generic property specifying when or under which condition(s) the consent will expire","","","","","","","","2019-04-05","2022-06-22","sunset","Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
","https://www.w3.org/2022/06/22-dpvcg-minutes.html","","","","","","","","","","","","",""
-"hasExpiryTime","has expiry time","Specifies the expiry time or duration for consent","","","dpv:expiry","","","","","2019-04-05","2022-06-22","sunset","Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
+"hasExpiryTime","has expiry time","Specifies the expiry time or duration for consent","","","dpv:hasExpiry","","","","","2019-04-05","2022-06-22","sunset","Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
","https://www.w3.org/2022/06/22-dpvcg-minutes.html","","","","","","","","","","","","",""
-"hasExpiryCondition","has expiry condition","Specifies the condition or event that determines the expiry of consent","","","dpv:expiry","","","Can be TextOrDocumentOrURI","","2019-04-05","2022-06-22","sunset","Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
+"hasExpiryCondition","has expiry condition","Specifies the condition or event that determines the expiry of consent","","","dpv:hasExpiry","","","Can be TextOrDocumentOrURI","","2019-04-05","2022-06-22","sunset","Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
","https://www.w3.org/2022/06/22-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasProvisionMethod","has provision method","Specifies the method by which consent was provisioned or provided","","","","","","Can be used to record information of how consent was provided e.g. by a click to a form, in writing, etc., by logging into a system and confirm per email, or with some additional authentication, etc.","","2019-04-05","2022-06-22","sunset","Harshvardhan J. Pandit, Mark Lizar, Bud Bruegger
","https://www.w3.org/2022/06/22-dpvcg-minutes.html","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/GDPR_LegalBasis.csv b/documentation-generator/vocab_csv/GDPR_LegalBasis.csv
index 0e024239c..8f2537ebb 100644
--- a/documentation-generator/vocab_csv/GDPR_LegalBasis.csv
+++ b/documentation-generator/vocab_csv/GDPR_LegalBasis.csv
@@ -1,12 +1,18 @@
"Term","Label","Description","ParentTerm","ParentType","Value","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","",""
-"A6-1-a","Art.6(1-a) consent","consent of the data subject","dpv:ExpressedConsent","sc","","","","Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a.","(GDPR Art.6-1a,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj)","2022-09-07","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
-"A6-1-a-non-explicit-consent","Art.6(1-a) regular consent","consent (non-explicit or regular) of the data subject","dpv-gdpr:A6-1a,dpv:ExpressedConsent","sc","","","","Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document ""Guidelines on Consent under Regulation 2016/679 (wp259rev.01)"". This is the legal basis that requires consent but not at the level of being 'explicit'.","(GDPR Art.6-1a,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj)","2019-04-10","2022-09-07","changed","Eva Schlehahn, Bud Bruegger, Harshvardhan J. Pandit, Rigo Wenning","https://www.w3.org/2022/06/22-dpvcg-minutes.html","","","","","","","","","","","","",""
-"A6-1-a-explicit-consent","Art 6(1-a) explicit consent","consent (explicit) of the data subject","dpv-gdpr:A6-1a,dpv:ExplicitlyExpressedConsent","sc","","","","Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document ""Guidelines on Consent under Regulation 2016/679 (wp259rev.01)""","(GDPR Art.6-1a,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj)","2022-06-22","2022-09-07","changed","Eva Schlehahn, Bud Bruegger, Harshvardhan J. Pandit, Rigo Wenning","https://www.w3.org/2022/06/22-dpvcg-minutes.html","","","","","","","","","","","","",""
-"A6-1-b","Art 6(1-b) contract","performance of a contract","dpv:Contract","sc","","","","","(GDPR Art.6-1b,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj)","2019-04-05","2021-09-08","accepted","Eva Schlehahn, Bud Bruegger","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
-"A6-1-c","Art 6(1-c) legal obligation","compliance with a legal obligation","dpv:LegalObligation","sc","","","","","(GDPR Art.6-1c,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj)","2019-04-05","2021-09-08","accepted","Eva Schlehahn, Bud Bruegger","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
-"A6-1-d","Art 6(1-d) protect vital interests","protection of the vital interests","dpv:VitalInterest","sc","","","","","(GDPR Art.6-1d,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj)","2019-04-05","2021-09-08","accepted","Eva Schlehahn, Bud Bruegger","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
-"A6-1-e","Art 6(1-e) public interest or official authority","public interest or official authority","dpv:PublicInterest,dpv:OfficialAuthorityOfController","sc","","","","","(GDPR Art.6-1e,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj)","2019-04-05","2021-09-08","accepted","Eva Schlehahn, Bud Bruegger","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
-"A6-1-e-public-interest","Art 6(1-e) public interest","public interest","dpv-gdpr:A6-1-e,dpv:PublicInterest","sc","","","","","(GDPR Art.6-1e,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj)","2022-08-24","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
-"A6-1-e-official-authority","Art 6(1-e) official authority","official authority","dpv-gdpr:A6-1-e,dpv:OfficialAuthorityOfController","sc","","","","","(GDPR Art.6-1e,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj)","2022-08-24","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
-"A6-1-f","Art 6(1-f) legitimate interest","legitimate interests","dpv:LegitimateInterest","sc","","","","","(GDPR Art.6-1f,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj)","2019-04-05","2021-09-08","accepted","Eva Schlehahn, Bud Bruegger","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-a","Art.6(1-a) consent","Legal basis based on data subject's given consent to the processing of his or her personal data for one or more specific purposes","dpv:ExpressedConsent","sc","","","","Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a.","(GDPR Art.6-1a,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj)","2022-09-07","2022-11-24","changed","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
+"A6-1-a-non-explicit-consent","Art.6(1-a) regular consent","Legal basis based on data subject's given non-explicit express consent to the processing of his or her personal data for one or more specific purposes","dpv-gdpr:A6-1a,dpv:ExpressedConsent","sc","","","","Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document ""Guidelines on Consent under Regulation 2016/679 (wp259rev.01)"". This is the legal basis that requires consent but not at the level of being 'explicit'.","(GDPR Art.6-1a,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj)","2019-04-10","2022-11-24","changed","Eva Schlehahn, Bud Bruegger, Harshvardhan J. Pandit, Rigo Wenning","https://www.w3.org/2022/06/22-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-a-explicit-consent","Art 6(1-a) explicit consent","Legal basis based on data subject's given explicit consent to the processing of his or her personal data for one or more specific purposes","dpv-gdpr:A6-1a,dpv:ExplicitlyExpressedConsent","sc","","","","Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document ""Guidelines on Consent under Regulation 2016/679 (wp259rev.01)""","(GDPR Art.6-1a,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj)","2022-06-22","2022-11-24","changed","Eva Schlehahn, Bud Bruegger, Harshvardhan J. Pandit, Rigo Wenning","https://www.w3.org/2022/06/22-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-b","Art 6(1-b) contract","Legal basis based on performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract","dpv:Contract","sc","","","","","(GDPR Art.6-1b,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj)","2019-04-05","2022-11-24","changed","Eva Schlehahn, Bud Bruegger, Harshvardhan J. Pandit","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-b-enter-into-contract","Art 6(1-b) enter into contract","Legal basis based on taking steps at the request of the data subject prior to entering into a contract","dpv-gdpr:A6-1-b,dpv:EnterIntoContract","sc","","","","","(GDPR Art.6-1b,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj)","2022-11-24","2022-11-24","changed","Georg P Krog","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-b-contract-performance","Art 6(1-b) contract performance","Legal basis based on performance of a contract to which the data subject is party","dpv-gdpr:A6-1-b,dpv:ContractPerformance","sc","","","","","(GDPR Art.6-1b,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj)","2022-11-24","2022-11-24","changed","Georg P Krog","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-c","Art 6(1-c) legal obligation","Legal basis based on compliance with a legal obligation to which the controller is subject","dpv:LegalObligation","sc","","","","","(GDPR Art.6-1c,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj)","2019-04-05","2022-11-24","changed","Eva Schlehahn, Bud Bruegger, Harshvardhan J. Pandit","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-d","Art 6(1-d) protect vital interests","Legal basis based on protecting the vital interests of the data subject or of another natural person","dpv:VitalInterest","sc","","","","","(GDPR Art.6-1d,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj)","2019-04-05","2022-11-24","changed","Eva Schlehahn, Bud Bruegger, Harshvardhan J. Pandit","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-d-data-subject","Art 6(1-d) protect vital interests of data subject","Legal basis based on protecting the vital interests of the data subject","dpv-gdpr:A6-1-d,dpv:VitalInterestOfDataSubject","sc","","","","","(GDPR Art.6-1d,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj)","2022-11-24","2022-11-24","changed","Georg P Krog","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-d-natual-person","Art 6(1-d) protect vital interests of natural person","Legal basis based on protecting the vital interests of another natural person that is not the data subject","dpv-gdpr:A6-1-d,dpv:VitalInterestOfNaturalPerson","sc","","","","","(GDPR Art.6-1d,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj)","2022-11-24","2022-11-24","changed","Georg P Krog","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-e","Art 6(1-e) public interest or official authority","Legal basis based on performance of a task carried out in the public interest or in the exercise of official authority vested in the controller","dpv:PublicInterest,dpv:OfficialAuthorityOfController","sc","","","","","(GDPR Art.6-1e,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj)","2019-04-05","2022-11-24","changed","Eva Schlehahn, Bud Bruegger, Harshvardhan J. Pandit","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-e-public-interest","Art 6(1-e) public interest","Legal basis based on performance of a task carried out in the public interest","dpv-gdpr:A6-1-e,dpv:PublicInterest","sc","","","","","(GDPR Art.6-1e,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj)","2022-08-24","2022-11-24","changed","Harshvardhan J. Pandit","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-e-official-authority","Art 6(1-e) official authority","Legal basis based on the exercise of official authority vested in the controller","dpv-gdpr:A6-1-e,dpv:OfficialAuthorityOfController","sc","","","","","(GDPR Art.6-1e,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj)","2022-08-24","2022-11-24","changed","Harshvardhan J. Pandit","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-f","Art 6(1-f) legitimate interest","Legal basis based on the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child","dpv:LegitimateInterest","sc","","","","","(GDPR Art.6-1f,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj)","2019-04-05","2022-11-24","changed","Eva Schlehahn, Bud Bruegger, Harshvardhan J. Pandit","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-f-controller","Art 6(1-f) legitimate interest of controller","Legal basis based on the purposes of the legitimate interests pursued by the controller, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child","dpv-gdpr:A6-1-f,dpv:LegitimateInterestOfController","sc","","","","","(GDPR Art.6-1f,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj)","2022-11-24","2022-11-24","changed","Georg P Krog","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"A6-1-f-third-party","Art 6(1-f) legitimate interest of third party","Legal basis based on the purposes of the legitimate interests pursued by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child","dpv-gdpr:A6-1-f,dpv:LegitimateInterestOfThirdParty","sc","","","","","(GDPR Art.6-1f,https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj)","2022-11-24","2022-11-24","changed","Georg P Krog","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"A10","A10","(TBD: pending clarity)","","","","","","","","","","proposed","Georg P Krog","","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/OrganisationalMeasure.csv b/documentation-generator/vocab_csv/OrganisationalMeasure.csv
index a582122f7..d9fd4ec0b 100644
--- a/documentation-generator/vocab_csv/OrganisationalMeasure.csv
+++ b/documentation-generator/vocab_csv/OrganisationalMeasure.csv
@@ -67,4 +67,8 @@
"TrustedThirdPartyUtilisation","Trusted Third Party Utilisation","Utilisation of a trusted third party to provide or carry out a measure","dpv:SecurityProcedure","sc","","","","","(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"ReviewProcedure","Review Procedure","A procedure or process that reviews the correctness and validity of other measures and processes","dpv:OrganisationalMeasure","sc","","","","","","2022-10-22","","accepted","Harshvardhan J. Pandit, Georg P Krog","https://www.w3.org/2022/10/19-dpvcg-minutes.html","","","","","","","","","","","","",""
"ReviewImpactAssessment","Review Impact Assessment","Procedures to review impact assessments in terms of continued validity, adequacy for intended purposes, and conformance of processes with findings","dpv:ReviewProcedure,dpv:ImpactAssessment","sc","","","","","","2022-10-22","","accepted","Harshvardhan J. Pandit, Georg P Krog","https://www.w3.org/2022/10/19-dpvcg-minutes.html","","","","","","","","","","","","",""
-"ReviewPolicies","Review Policies","Procedures to review policies in terms of continued validity, adequacy for intended purposes, and conformance of processes with findings","dpv:ReviewProcedure,dpv:Policy","","","","","","","","","proposed","","","","","","","","","","","","","","",""
\ No newline at end of file
+"ReviewPolicies","Review Policies","Procedures to review policies in terms of continued validity, adequacy for intended purposes, and conformance of processes with findings","dpv:ReviewProcedure,dpv:Policy","","","","","","","","","proposed","Georg P Krog","","","","","","","","","","","","","",""
+"DataDeletionPolicy","","","","","","","","","","","","proposed","Georg P Krog","","","","","","","","","","","","","",""
+"DataStoragePolicy","","","","","","","","","","","","proposed","Georg P Krog","","","","","","","","","","","","","",""
+"DataLocationPolicy","","","","","","","","","","","","proposed","Georg P Krog","","","","","","","","","","","","","",""
+"DataRestorationPolicy","","","","","","","","","","","","proposed","Georg P Krog","","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/Purpose.csv b/documentation-generator/vocab_csv/Purpose.csv
index bf366fd28..de581eab4 100644
--- a/documentation-generator/vocab_csv/Purpose.csv
+++ b/documentation-generator/vocab_csv/Purpose.csv
@@ -43,8 +43,8 @@ Paul Ryan, Georg P Krog, David Hickey, Harshvardhan J. Pandit","https://www.w3.o
"VendorRecordsManagement","Vendor Records Management","Purposes associated with managing records and orders related to vendors","dpv:VendorManagement","sc","","","","","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2021-09-01","","accepted","Paul Ryan, Georg P Krog, David Hickey, Harshvardhan J. Pandit","https://www.w3.org/2021/09/01-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"VendorSelectionAssessment","Vendor Selection Assessment","Purposes associated with managing selection, assessment, and evaluation related to vendors","dpv:VendorManagement","sc","","","","","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2021-09-01","","accepted","Paul Ryan, Georg P Krog, David Hickey, Harshvardhan J. Pandit","https://www.w3.org/2021/09/01-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"CreditChecking","Credit Checking","Purposes associated with monitoring, performing, or assessing credit worthiness or solvency","dpv:CustomerSolvencyMonitoring","sc","","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","","",""
-"MaintainCreditCheckingDatabase","MaintainCreditCheckingDatabase","Purposes associated with maintaining a Credit Checking Database","dpv:CreditChecking","sc","","","","","","2022-06-15","","accepted","Harshvardhan J. Pandit, Georg P Krog","https://www.w3.org/2022/06/15-dpvcg-minutes.html","","","","","","","","","","","","","","",""
-"MaintainCreditRatingDatabase","MaintainCreditRatingDatabase","Purposes associated with maintaining a Credit Rating Database","dpv:CreditChecking","sc","","","","","","2022-06-15","","accepted","Harshvardhan J. Pandit, Georg P Krog","https://www.w3.org/2022/06/15-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"MaintainCreditCheckingDatabase","Maintain Credit Checking Database","Purposes associated with maintaining a Credit Checking Database","dpv:CreditChecking","sc","","","","","","2022-06-15","","accepted","Harshvardhan J. Pandit, Georg P Krog","https://www.w3.org/2022/06/15-dpvcg-minutes.html","","","","","","","","","","","","","","",""
+"MaintainCreditRatingDatabase","Maintain Credit Rating Database","Purposes associated with maintaining a Credit Rating Database","dpv:CreditChecking","sc","","","","","","2022-06-15","","accepted","Harshvardhan J. Pandit, Georg P Krog","https://www.w3.org/2022/06/15-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"Personalisation","Personalisation","Purposes associated with creating and providing customisation based on attributes and/or needs of person(s) or context(s).","dpv:Purpose","sc","","","","This term is a blanket purpose category for indicating personalisation of some other purpose, e.g. by creating a subclass of the other concept and Personalisation","","2021-09-01","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2021/09/01-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"ServicePersonalisation","Service Personalisation","Purposes associated with providing personalisation within services or product or activities","dpv:ServiceProvision,dpv:Personalisation","sc","","","","","","2019-04-05","","accepted","Harshvardhan J. Pandit, Javier Fernandez, Axel Polleres, Elmar Kiesling, Fajar Ekaputra, Simon Steyskal","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","",""
"ProvideEventRecommendations","Provide Event Recommendations","Purposes associated with creating and providing personalised recommendations for events","dpv:ProvidePersonalisedRecommendations","sc","","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-11-26","2022-10-14","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/Risk_properties.csv b/documentation-generator/vocab_csv/Risk_properties.csv
index 0f9006f91..7b84129e1 100644
--- a/documentation-generator/vocab_csv/Risk_properties.csv
+++ b/documentation-generator/vocab_csv/Risk_properties.csv
@@ -5,7 +5,7 @@
"hasConsequence","has consequence","Indicates consenquence(s) possible or arising from specified concept","dpv:Concept","dpv:Consequence","dpv:Relation","","","Removed plural suffix for consistency","","2020-11-04","2021-09-21","accepted","Harshvardhan J. Pandit, Julian Flake, Georg P Krog, Fajar Ekaputra, Beatriz Esteves","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","",""
"hasImpact","has impact","Indicates impact(s) possible or arising as consequences from specified concept","dpv:Concept","dpv:Impact","dpv:hasConsequence","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit, Julian Flake, Georg P Krog, Fajar Ekaputra, Beatriz Esteves","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasImpactOn","has impact on","Indicates the thing (e.g. plan, process, or entity) affected by an impact","dpv:Impact","dpv:Concept","dpv:hasConsequenceOn","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit, Julian Flake, Georg P Krog, Fajar Ekaputra, Beatriz Esteves","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","",""
-"hasConsequenceOn","has consequence on","Indicates the thing (e.g. plan, process, or entity) affected by a consequence","dpv:Consequence","dpv:Concept","dpv:Relation","","","","","","","proposed","","","","","","","","","","","","","","",""
+"hasConsequenceOn","has consequence on","Indicates the thing (e.g. plan, process, or entity) affected by a consequence","dpv:Consequence","dpv:Concept","dpv:Relation","","","","","2022-11-24","","accepted","Harshvardhan J. Pandit, Georg P Krog","","","","","","","","","","","","","",""
"hasRiskLevel","has risk level","Indicates the associated risk level associated with a risk","dpv:Risk","dpv:RiskLevel","dpv:Relation","","","","","2022-07-20","","accepted","Harshvardhan J. Pandit, Georg P Krog, Paul Ryan, Julian Flake","https://www.w3.org/2022/07/20-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasSeverity","has severity","Indicates the severity associated with a concept","dpv:Concept","dpv:Severity","dpv:Relation","","","","","2022-07-20","","accepted","Harshvardhan J. Pandit, Georg P Krog, Paul Ryan, Julian Flake","https://www.w3.org/2022/07/20-dpvcg-minutes.html","","","","","","","","","","","","",""
"hasLikelihood","has likelihood","Indicates the likelihood associated with a concept","dpv:Concept","dpv:Likelihood","dpv:Relation","","","","","2022-07-20","","accepted","Harshvardhan J. Pandit, Georg P Krog, Paul Ryan, Julian Flake","https://www.w3.org/2022/07/20-dpvcg-minutes.html","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/TechnicalMeasure.csv b/documentation-generator/vocab_csv/TechnicalMeasure.csv
index 88f6395d6..34338dc26 100644
--- a/documentation-generator/vocab_csv/TechnicalMeasure.csv
+++ b/documentation-generator/vocab_csv/TechnicalMeasure.csv
@@ -1,7 +1,7 @@
"Term","Label","Description","ParentTerm","ParentType","Value","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","",""
"AccessControlMethod","Access Control Method","Methods which restrict access to a place or resource","dpv:TechnicalMeasure","sc","","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"ActivityMonitoring","Activity Monitoring","Monitoring of activities including assessing whether they have been successfully initiated and completed","dpv:TechnicalMeasure","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
-"Anonymisation","Anonymisation","Altering personal data irreversibly such that a data subject can no longer be identified directly or indirectly, either by the data controller alone or in collaboration with any other party","dpv:DataAnonymisationTechnique","sc","","","","","(GDPR Art.4-5,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj)","2019-04-05","2022-10-01","modified","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Anonymisation","Anonymisation","Anonymisation is the process by which data is irreversibly altered in such a way that a data subject can no longer be identified directly or indirectly, either by the entity holding the data alone or in collaboration with other entities and information sources","dpv:Deidentification","sc","","","","","(ISO 29100:2011,https://www.iso.org/standard/45123.html)","2019-04-05","2022-11-24","modified","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"AsymmetricCryptography","Asymmetric Cryptography","Use of public-key cryptography or asymmetric cryptography involving a public and private pair of keys","dpv:CryptographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"AsymmetricEncryption","Asymmetric Encryption","Use of asymmetric cryptography to encrypt data","dpv:Encryption","sc","","","","","(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"Authentication-ABC","Authentication using ABC","Use of Attribute Based Credentials (ABC) to perform and manage authentication","dpv:CryptographicAuthentication","sc","","","","","(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
@@ -10,14 +10,14 @@
"AuthorisationProtocols","Authorisation Protocols","Protocols involving authorisation of roles or profiles to determine permission, rights, or privileges","dpv:TechnicalMeasure","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"BiometricAuthentication","Biometric Authentication","Use of biometric data for authentication","dpv:AuthenticationProtocols","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"CompleteAnonymisation","Complete Anonymisation","Altering personal data irreversibly such that a data subject can no longer be identified directly or indirectly, either by the data controller alone or in collaboration with any other party","dpv:Anonymisation","sc","","","","","","2022-02-09","","deprecated","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
-"CryptographicAuthentication","Cryptographic Authentication","Use of crytography for authentication","dpv:CryptographicMethods,dpv:AuthenticationProtocols","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
-"CryptographicKeyManagement","Cryptographic Key Management","Management of crytographic keys, including their generation, storage, assessment, and safekeeping","dpv:CryptographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
+"CryptographicAuthentication","Cryptographic Authentication","Use of cryptography for authentication","dpv:CryptographicMethods,dpv:AuthenticationProtocols","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
+"CryptographicKeyManagement","Cryptographic Key Management","Management of cryptographic keys, including their generation, storage, assessment, and safekeeping","dpv:CryptographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"CryptographicMethods","Cryptographic Methods","Use of cryptographic methods to perform tasks","dpv:TechnicalMeasure","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
-"DataAnonymisationTechnique","Data Anonymisation Technique","Use of anonymisation techniques that reduce the identifiability in data","dpv:DataSanitisationTechnique","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
+"DataAnonymisationTechnique","Data Anonymisation Technique","Use of anonymisation techniques that reduce the identifiability in data","dpv:DataSanitisationTechnique","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","deprecated","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"DataBackupProtocols","Data Backup Protocols","Protocols or plans for backing up of data","dpv:TechnicalMeasure","sc","","","","","","2022-06-15","","accepted","Georg P Krog","https://www.w3.org/2022/06/15-dpvcg-minutes.html","","","","","","","","","","","","",""
"DataRedaction","Data Redaction","Removal of sensitive information from a data or document","dpv:DataSanitisationTechnique","sc","","","","","","2020-10-01","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
"DataSanitisationTechnique","Data Sanitisation Technique","Cleaning or any removal or re-organisation of elements in data based on selective criteria","dpv:TechnicalMeasure","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
-"Deidentification","De-Identification","Removal of identity or information to reduce identifiability","dpv:DataAnonymisationTechnique","sc","","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Deidentification","De-Identification","Removal of identity or information to reduce identifiability","dpv:DataSanitisationTechnique","sc","","","","","(NISTIR 8053,https://nvlpubs.nist.gov/nistpubs/ir/2015/NIST.IR.8053.pdf)","2019-04-05","2022-11-24","modified","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
"DeterministicPseudonymisation","Deterministic Pseudonymisation","Pseudonymisation achieved through a deterministic function","dpv:Pseudonymisation","sc","","","","","(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"DifferentialPrivacy","Differential Privacy","Utilisation of differential privacy where information is shared as patterns or groups to withold individual elements","dpv:CryptographicMethods","sc","","","","","(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"DigitalRightsManagement","Digital Rights Management","Management of access, use, and other operations associated with digital content","dpv:TechnicalMeasure","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
@@ -48,20 +48,20 @@
"PasswordAuthentication","Password Authentication","Use of passwords to perform authentication","dpv:AuthenticationProtocols","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"PenetrationTestingMethods","Penetration Testing Methods","Use of penetration testing to identity weaknessess and vulnerabilities through simulations","dpv:SecurityMethod","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"PhysicalAccessControlMethod","Physical Access Control Method","Access control applied for physical access e.g. premises or equipement","dpv:AccessControlMethod","sc","","","","","","2022-06-15","","accepted","Georg P Krog","https://www.w3.org/2022/06/15-dpvcg-minutes.html","","","","","","","","","","","","",""
-"PostQuantumCryptography","Post-Quantum Cryptography","Use of algorithms that are intended to be secure against cryptanalytic attack by a quantum computer","dpv:CrytographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
-"PrivacyPreservingProtocol","Privacy Preserving Protocol","Use of protocols designed with the intention of provided additional guarentees regarding privacy","dpv:CrytographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
-"PrivateInformationRetrieval","Private Information Retrieval","Use of cryptographic methods to retrieve a record from a system without revealing which record is retrieved","dpv:CrytographicMethods","sc","","","","","(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
-"Pseudonymisation","Pseudonymisation","Pseudonymisation means the processing of personal data in such a manner that the personal data can no longer be attributed to a specific data subject without the use of additional information, provided that such additional information is kept separately and is subject to technical and organisational measures to ensure that the personal data are not attributed to an identified or identifiable natural person;","dpv:DataAnonymisationTechnique","sc","","","","","(GDPR Art.4-5,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
-"QuantumCryptography","Quantum Cryptography","Cryptographic methods that utilise quantum mechanical properties to perform cryptographic tasks","dpv:CrytographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
+"PostQuantumCryptography","Post-Quantum Cryptography","Use of algorithms that are intended to be secure against cryptanalytic attack by a quantum computer","dpv:CryptographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
+"PrivacyPreservingProtocol","Privacy Preserving Protocol","Use of protocols designed with the intention of provided additional guarentees regarding privacy","dpv:CryptographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
+"PrivateInformationRetrieval","Private Information Retrieval","Use of cryptographic methods to retrieve a record from a system without revealing which record is retrieved","dpv:CryptographicMethods","sc","","","","","(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
+"Pseudonymisation","Pseudonymisation","Pseudonymisation means the processing of personal data in such a manner that the personal data can no longer be attributed to a specific data subject without the use of additional information, provided that such additional information is kept separately and is subject to technical and organisational measures to ensure that the personal data are not attributed to an identified or identifiable natural person;","dpv:Deidentification","sc","","","","","(GDPR Art.4-5,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj)","2019-04-05","2022-11-24","modified","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","",""
+"QuantumCryptography","Quantum Cryptography","Cryptographic methods that utilise quantum mechanical properties to perform cryptographic tasks","dpv:CryptographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"RNGPseudonymisation","RNG Pseudonymisation","A pseudonymisation method where identifiers are substituted by a number chosen by a Random Number Generator (RNG)","dpv:Pseudonymisation","sc","","","","","(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)","2022-08-17","2022-10-13","modified","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
-"SecretSharingSchemes","Secret Sharing Schemes","Use of secret sharing schemes where the secret can only be reconstructed through combination of sufficient number of individuals","dpv:CrytographicMethods","sc","","","","","(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
-"SecureMultiPartyComputation","Secure Multi-Party Computation","Use of cryptographic methods for entities to jointly compute functions without revealing inputs","dpv:CrytographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
+"SecretSharingSchemes","Secret Sharing Schemes","Use of secret sharing schemes where the secret can only be reconstructed through combination of sufficient number of individuals","dpv:CryptographicMethods","sc","","","","","(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
+"SecureMultiPartyComputation","Secure Multi-Party Computation","Use of cryptographic methods for entities to jointly compute functions without revealing inputs","dpv:CryptographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"SecurityMethod","Security Method","Methods that relate to creating and providing security","dpv:TechnicalMeasure","sc","","","","","","2022-08-24","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","",""
"SingleSignOn","Single Sign On","Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts.","dpv:AuthenticationProtocols","sc","","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","",""
-"SymmetricCryptography","Symmetric Cryptography","Use of crytography where the same keys are utilised for encryption and descryption of information","dpv:CrytographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
-"SymmetricEncryption","Symmetric Encryption","Use of symmetric crytography to encrypt data","dpv:Encryption","sc","","","","","(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
-"TrustedComputing","Trusted Computing","Use of cryptographic methods to restrict access and execution to trusted parties and code","dpv:CrytographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
-"TrustedExecutionEnvironments","Trusted Execution Environments","Use of cryptographic methods to restrict access and execution to trusted parties and code within a dedicated execution environment","dpv:CrytographicMethods","sc","","","","","(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
+"SymmetricCryptography","Symmetric Cryptography","Use of cryptography where the same keys are utilised for encryption and descryption of information","dpv:CryptographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
+"SymmetricEncryption","Symmetric Encryption","Use of symmetric cryptography to encrypt data","dpv:Encryption","sc","","","","","(ENISA Data Pseudonymisation: Advanced Techniques and Use Cases,https://www.enisa.europa.eu/publications/data-pseudonymisation-advanced-techniques-and-use-cases)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
+"TrustedComputing","Trusted Computing","Use of cryptographic methods to restrict access and execution to trusted parties and code","dpv:CryptographicMethods","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
+"TrustedExecutionEnvironments","Trusted Execution Environments","Use of cryptographic methods to restrict access and execution to trusted parties and code within a dedicated execution environment","dpv:CryptographicMethods","sc","","","","","(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"UsageControl","Usage Control","Management of usage, which is intended to be broader than access control and may cover trust, digital rights, or other relevant controls","dpv:AccessControlMethod","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"UseSyntheticData","Use of Synthetic Data","Use of synthetic data to preserve privacy, security, or other effects and side-effects ","dpv:SecurityMethod","sc","","","","","(ENISA Data Protection Engineering,https://www.enisa.europa.eu/publications/data-protection-engineering)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
"VirtualisationSecurity","Virtualisation Security","Security implemented at or through virtualised environments","dpv:SecurityMethod","sc","","","","","(ENISA Reference Incident Classification Taxonomy 2018,https://www.enisa.europa.eu/publications/reference-incident-classification-taxonomy/)","2022-08-17","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/08/17-dpvcg-minutes.html","","","","","","","","","","","","",""
diff --git a/documentation-generator/vocab_csv/base.xlsx b/documentation-generator/vocab_csv/base.xlsx
index 9cf18849c..891f58d2a 100644
Binary files a/documentation-generator/vocab_csv/base.xlsx and b/documentation-generator/vocab_csv/base.xlsx differ
diff --git a/documentation-generator/vocab_csv/context_status.xlsx b/documentation-generator/vocab_csv/context_status.xlsx
index b141a340e..4490f8643 100644
Binary files a/documentation-generator/vocab_csv/context_status.xlsx and b/documentation-generator/vocab_csv/context_status.xlsx differ
diff --git a/documentation-generator/vocab_csv/dpv-pd.xlsx b/documentation-generator/vocab_csv/dpv-pd.xlsx
index da2c7a062..9dd86bc6f 100644
Binary files a/documentation-generator/vocab_csv/dpv-pd.xlsx and b/documentation-generator/vocab_csv/dpv-pd.xlsx differ
diff --git a/documentation-generator/vocab_csv/dpv-tech.xlsx b/documentation-generator/vocab_csv/dpv-tech.xlsx
index 7fd5360aa..693dd1386 100644
Binary files a/documentation-generator/vocab_csv/dpv-tech.xlsx and b/documentation-generator/vocab_csv/dpv-tech.xlsx differ
diff --git a/documentation-generator/vocab_csv/entities.xlsx b/documentation-generator/vocab_csv/entities.xlsx
index ffe1290cc..d4529c756 100644
Binary files a/documentation-generator/vocab_csv/entities.xlsx and b/documentation-generator/vocab_csv/entities.xlsx differ
diff --git a/documentation-generator/vocab_csv/gdpr.xlsx b/documentation-generator/vocab_csv/gdpr.xlsx
index 63b2d5fbe..0bc9f7f79 100644
Binary files a/documentation-generator/vocab_csv/gdpr.xlsx and b/documentation-generator/vocab_csv/gdpr.xlsx differ
diff --git a/documentation-generator/vocab_csv/legal_Authorities.csv b/documentation-generator/vocab_csv/legal_Authorities.csv
index e9e513377..bf8e05896 100644
--- a/documentation-generator/vocab_csv/legal_Authorities.csv
+++ b/documentation-generator/vocab_csv/legal_Authorities.csv
@@ -42,4 +42,8 @@
"DPA-SI","Information Commissioner of the Republic of Slovenia","","dpv:DataProtectionAuthority","dpv-legal:SI","dpv-legal:EU-GDPR","https://www.ip-rs.si/","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","",""
"DPA-SK","Office for Personal Data Protection of the Slovak Republic","","dpv:DataProtectionAuthority","dpv-legal:SK","dpv-legal:EU-GDPR","http://www.dataprotection.gov.sk/","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","",""
"DPA-GB","Information Commissioner's Office","","dpv:DataProtectionAuthority","dpv-legal:GB","dpv-legal:UK-DPA-2018,dpv-legal:UK-GDPR","https://ico.org.uk/","2022-07-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","",""
-"DPA-US-UT","Utah Attorney General","","dpv:DataProtectionAuthority","dpv-legal:US-UT","dpv-legal:US-UT-UCPA","https://attorneygeneral.utah.gov/","2022-11-22","","accepted","Jonathan Bowker","","","","","","","","","","","","","",""
\ No newline at end of file
+"DPA-US-UT","Utah Attorney General","","dpv:DataProtectionAuthority","dpv-legal:US-UT","dpv-legal:US-UT-UCPA","https://attorneygeneral.utah.gov/","2022-11-22","","accepted","Jonathan Bowker","","","","","","","","","","","","","",""
+"DPA-US-VC","Virginia Attorney General","","dpv:DataProtectionAuthority","dpv-legal:US-VC","dpv-legal:US-VA-VCDPA","https://www.oag.state.va.us","2022-11-23","","accepted","Jonathan Bowker","","","","","","","","","","","","","",""
+"DPA-US-CO","Colorado Attorney General","","dpv:DataProtectionAuthority","dpv-legal:US-CO","dpv-legal:US-CO-CPA","https://coag.gov","2022-11-23","","accepted","Jonathan Bowker","","","","","","","","","","","","","",""
+"DPA-US-CT","Connecticut Attorney General","","dpv:DataProtectionAuthority","dpv-legal:US-CT","dpv-legal:US-CT-CTPA","https://portal.ct.gov/AG","2022-11-23","","accepted","Jonathan Bowker","","","","","","","","","","","","","",""
+"DPA-US-NV","Nevada Attorney General","","dpv:DataProtectionAuthority","dpv-legal:US-NV","dpv-legal:US-NV-NPICICA","https://ag.nv.gov/","2022-11-23","","accepted","Jonathan Bowker","","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/legal_Laws.csv b/documentation-generator/vocab_csv/legal_Laws.csv
index cb1818beb..531a0bd37 100644
--- a/documentation-generator/vocab_csv/legal_Laws.csv
+++ b/documentation-generator/vocab_csv/legal_Laws.csv
@@ -22,9 +22,9 @@
"US-CA-CCPA","California Consumer Privacy Act (CCPA)","","2020-01-01","","dpv-legal:US-CA","https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","",""
"US-CA-CPRA","California Privacy Rights Act (CPRA)","","2023-01-01","","dpv-legal:US-CA","https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","",""
"US-UT-UCPA","Utah Consumer Privacy Act (UCPA)","","","","dpv-legal:US-UT","https://le.utah.gov/~2022/bills/static/SB0227.html","2022-11-22","","accepted","Jonathan Bowker","","","","","","","","","","","","",""
-"GB-DPA-2018","Data Protection Act (DPA)","","2022-05-23","","dpv-legal:GB","https://www.legislation.gov.uk/ukpga/2018/12/contents","2022-07-20","2022-10-14","modified","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","",""
+"GB-DPA","Data Protection Act (DPA)","","2018-05-25","","dpv-legal:GB","https://www.legislation.gov.uk/ukpga/2018/12/contents","2022-07-20","2022-10-14","modified","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","",""
"GB-GDPR","General Data Protection Regulation (GDPR)","","2019-02-28","","dpv-legal:GB","https://www.legislation.gov.uk/eur/2016/679/contents","2022-07-20","2022-10-14","modified","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","",""
-"US-VA-VCDPA","Virginia Consumer Data Protection Act (VCDPA)","","","","dpv-legal:US-VA","https://lis.virginia.gov/cgi-bin/legp604.exe?211+sum+SB1392","","","","","","","","","","","","","","","","",""
-"US-CO-CPA","Colorado Privacy Act (CPA)","","","","dpv-legal:US-CO","https://leg.colorado.gov/bills/sb21-190","","","","","","","","","","","","","","","","",""
-"US-CT-CTPA","Connecticut Data Privacy Act (CTPA)","","","","dpv-legal:US-CT","https://www.cga.ct.gov/2022/ACT/PA/PDF/2022PA-00015-R00SB-00006-PA.PDF","","","","","","","","","","","","","","","","",""
-"NPICICA","Nevada Privacy of Information Collected on the Internet from Consumers Act (NPICICA)","","","","dpv-legal:US-NV","https://www.leg.state.nv.us/NRS/NRS-603A.html","","","","","","","","","","","","","","","","",""
\ No newline at end of file
+"US-VA-VCDPA","Virginia Consumer Data Protection Act (VCDPA)","","2023-01-01","","dpv-legal:US-VA","https://lis.virginia.gov/cgi-bin/legp604.exe?212+sum+HB2307","2022-11-23","","accepted","Jonathan Bowker","","","","","","","","","","","","",""
+"US-CO-CPA","Colorado Privacy Act (CPA)","","2024-01-07","","dpv-legal:US-CO","https://leg.colorado.gov/bills/sb21-190","2022-11-23","","accepted","Jonathan Bowker","","","","","","","","","","","","",""
+"US-CT-CTPA","Connecticut Data Privacy Act (CTPA)","","2023-01-07","","dpv-legal:US-CT","https://www.cga.ct.gov/2022/ACT/PA/PDF/2022PA-00015-R00SB-00006-PA.PDF","2022-11-23","","accepted","Jonathan Bowker","","","","","","","","","","","","",""
+"US-NV-NPICICA","Nevada Privacy of Information Collected on the Internet from Consumers Act (NPICICA)","","2021-01-10","","dpv-legal:US-NV","https://www.leg.state.nv.us/NRS/NRS-603A.html","2022-11-23","","accepted","Jonathan Bowker","","","","","","","","","","","","",""
\ No newline at end of file
diff --git a/documentation-generator/vocab_csv/legal_basis.xlsx b/documentation-generator/vocab_csv/legal_basis.xlsx
index 31d5f3db7..3742e4a33 100644
Binary files a/documentation-generator/vocab_csv/legal_basis.xlsx and b/documentation-generator/vocab_csv/legal_basis.xlsx differ
diff --git a/documentation-generator/vocab_csv/location_jurisdiction.xlsx b/documentation-generator/vocab_csv/location_jurisdiction.xlsx
index 5312f3d2c..29d535990 100644
Binary files a/documentation-generator/vocab_csv/location_jurisdiction.xlsx and b/documentation-generator/vocab_csv/location_jurisdiction.xlsx differ
diff --git a/documentation-generator/vocab_csv/purpose_processing.xlsx b/documentation-generator/vocab_csv/purpose_processing.xlsx
index 5270bfd47..d87bd4427 100644
Binary files a/documentation-generator/vocab_csv/purpose_processing.xlsx and b/documentation-generator/vocab_csv/purpose_processing.xlsx differ
diff --git a/documentation-generator/vocab_csv/rights.xlsx b/documentation-generator/vocab_csv/rights.xlsx
index b9a1cbc60..c31d223ad 100644
Binary files a/documentation-generator/vocab_csv/rights.xlsx and b/documentation-generator/vocab_csv/rights.xlsx differ
diff --git a/documentation-generator/vocab_csv/risk.xlsx b/documentation-generator/vocab_csv/risk.xlsx
index 32886df29..c4d377ad6 100644
Binary files a/documentation-generator/vocab_csv/risk.xlsx and b/documentation-generator/vocab_csv/risk.xlsx differ
diff --git a/documentation-generator/vocab_csv/rules.xlsx b/documentation-generator/vocab_csv/rules.xlsx
index 22ea865c2..5d55d4242 100644
Binary files a/documentation-generator/vocab_csv/rules.xlsx and b/documentation-generator/vocab_csv/rules.xlsx differ
diff --git a/documentation-generator/vocab_csv/standards.xlsx b/documentation-generator/vocab_csv/standards.xlsx
index d2ffac280..92c66af53 100644
Binary files a/documentation-generator/vocab_csv/standards.xlsx and b/documentation-generator/vocab_csv/standards.xlsx differ
diff --git a/documentation-generator/vocab_csv/toms.xlsx b/documentation-generator/vocab_csv/toms.xlsx
index d26aabe52..9b20454a0 100644
Binary files a/documentation-generator/vocab_csv/toms.xlsx and b/documentation-generator/vocab_csv/toms.xlsx differ
diff --git a/documentation-generator/vocab_csv/ucr.xlsx b/documentation-generator/vocab_csv/ucr.xlsx
index 63e93fa3c..7b9bac85d 100644
Binary files a/documentation-generator/vocab_csv/ucr.xlsx and b/documentation-generator/vocab_csv/ucr.xlsx differ
diff --git a/dpv-gdpr/dpv-gdpr.html b/dpv-gdpr/dpv-gdpr.html
index ded65658a..89efcb3d2 100644
--- a/dpv-gdpr/dpv-gdpr.html
+++ b/dpv-gdpr/dpv-gdpr.html
@@ -456,12 +456,18 @@ Classes
Art 6(1-a) explicit consent
|
Art.6(1-a) regular consent
|
Art 6(1-b) contract
|
+ Art 6(1-b) contract performance
|
+ Art 6(1-b) enter into contract
|
Art 6(1-c) legal obligation
|
Art 6(1-d) protect vital interests
|
+ Art 6(1-d) protect vital interests of data subject
|
+ Art 6(1-d) protect vital interests of natural person
|
Art 6(1-e) public interest or official authority
|
Art 6(1-e) official authority
|
Art 6(1-e) public interest
|
Art 6(1-f) legitimate interest
|
+ Art 6(1-f) legitimate interest of controller
|
+ Art 6(1-f) legitimate interest of third party
|
@@ -482,7 +488,7 @@ Art.6(1-a) consent
Description:
- consent of the data subject
+ Legal basis based on data subject's given consent to the processing of his or her personal data for one or more specific purposes
SubType of:
@@ -504,6 +510,10 @@ Art.6(1-a) consent
Created:
2022-09-07
+
+ Modified:
+ 2022-11-24
+
Contributor(s):
@@ -531,7 +541,7 @@ Art 6(1-a) explicit consent
Description:
- consent (explicit) of the data subject
+ Legal basis based on data subject's given explicit consent to the processing of his or her personal data for one or more specific purposes
SubType of:
@@ -556,7 +566,7 @@ Art 6(1-a) explicit consent
Modified:
- 2022-09-07
+ 2022-11-24
Contributor(s):
@@ -588,7 +598,7 @@ Art.6(1-a) regular consent
Description:
- consent (non-explicit or regular) of the data subject
+ Legal basis based on data subject's given non-explicit express consent to the processing of his or her personal data for one or more specific purposes
SubType of:
@@ -613,7 +623,7 @@ Art.6(1-a) regular consent
Modified:
- 2022-09-07
+ 2022-11-24
Contributor(s):
@@ -645,7 +655,7 @@ Art 6(1-b) contract
Description:
- performance of a contract
+ Legal basis based on performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract
SubType of:
@@ -665,13 +675,114 @@ Art 6(1-b) contract
Modified:
- 2021-09-08
+ 2022-11-24
Contributor(s):
Bud Bruegger,
- Eva Schlehahn
+ Eva Schlehahn,
+ Harshvardhan J. Pandit
+
+
+
+
+
+
+
+
+
+
+ IRI
+ https://w3id.org/dpv/dpv-gdpr#A6-1-b-contract-performance
+
+
+ Term:
+ A6-1-b-contract-performance
+
+
+ Label:
+ Art 6(1-b) contract performance
+
+
+ Description:
+ Legal basis based on performance of a contract to which the data subject is party
+
+
+ SubType of:
+
+ dpv:ContractPerformance ,
+ dpv-gdpr:A6-1-b
+
+
+
+ Source:
+
+ GDPR Art.6-1b
+
+
+
+ Created:
+ 2022-11-24
+
+
+ Modified:
+ 2022-11-24
+
+
+ Contributor(s):
+
+ Georg P Krog
+
+
+
+
+
+
+ Art 6(1-b) enter into contract
+
+
+
+ IRI
+ https://w3id.org/dpv/dpv-gdpr#A6-1-b-enter-into-contract
+
+
+ Term:
+ A6-1-b-enter-into-contract
+
+
+ Label:
+ Art 6(1-b) enter into contract
+
+
+ Description:
+ Legal basis based on taking steps at the request of the data subject prior to entering into a contract
+
+
+ SubType of:
+
+ dpv:EnterIntoContract ,
+ dpv-gdpr:A6-1-b
+
+
+
+ Source:
+
+ GDPR Art.6-1b
+
+
+
+ Created:
+ 2022-11-24
+
+
+ Modified:
+ 2022-11-24
+
+
+ Contributor(s):
+
+ Georg P Krog
@@ -695,7 +806,7 @@ Art 6(1-c) legal obligation
Description:
- compliance with a legal obligation
+ Legal basis based on compliance with a legal obligation to which the controller is subject
SubType of:
@@ -715,13 +826,14 @@ Art 6(1-c) legal obligation
Modified:
- 2021-09-08
+ 2022-11-24
Contributor(s):
Bud Bruegger,
- Eva Schlehahn
+ Eva Schlehahn,
+ Harshvardhan J. Pandit
@@ -745,7 +857,7 @@ Art 6(1-d) protect vital interests
Description:
- protection of the vital interests
+ Legal basis based on protecting the vital interests of the data subject or of another natural person
SubType of:
@@ -765,13 +877,114 @@ Art 6(1-d) protect vital interests
Modified:
- 2021-09-08
+ 2022-11-24
Contributor(s):
Bud Bruegger,
- Eva Schlehahn
+ Eva Schlehahn,
+ Harshvardhan J. Pandit
+
+
+
+
+
+
+ Art 6(1-d) protect vital interests of data subject
+
+
+
+ IRI
+ https://w3id.org/dpv/dpv-gdpr#A6-1-d-data-subject
+
+
+ Term:
+ A6-1-d-data-subject
+
+
+ Label:
+ Art 6(1-d) protect vital interests of data subject
+
+
+ Description:
+ Legal basis based on protecting the vital interests of the data subject
+
+
+ SubType of:
+
+ dpv:VitalInterestOfDataSubject ,
+ dpv-gdpr:A6-1-d
+
+
+
+ Source:
+
+ GDPR Art.6-1d
+
+
+
+ Created:
+ 2022-11-24
+
+
+ Modified:
+ 2022-11-24
+
+
+ Contributor(s):
+
+ Georg P Krog
+
+
+
+
+
+
+ Art 6(1-d) protect vital interests of natural person
+
+
+
+ IRI
+ https://w3id.org/dpv/dpv-gdpr#A6-1-d-natual-person
+
+
+ Term:
+ A6-1-d-natual-person
+
+
+ Label:
+ Art 6(1-d) protect vital interests of natural person
+
+
+ Description:
+ Legal basis based on protecting the vital interests of another natural person that is not the data subject
+
+
+ SubType of:
+
+ dpv:VitalInterestOfNaturalPerson ,
+ dpv-gdpr:A6-1-d
+
+
+
+ Source:
+
+ GDPR Art.6-1d
+
+
+
+ Created:
+ 2022-11-24
+
+
+ Modified:
+ 2022-11-24
+
+
+ Contributor(s):
+
+ Georg P Krog
@@ -795,7 +1008,7 @@ Art 6(1-e) public interest or official authority
Description:
- public interest or official authority
+ Legal basis based on performance of a task carried out in the public interest or in the exercise of official authority vested in the controller
SubType of:
@@ -816,13 +1029,14 @@ Art 6(1-e) public interest or official authority
Modified:
- 2021-09-08
+ 2022-11-24
Contributor(s):
Bud Bruegger,
- Eva Schlehahn
+ Eva Schlehahn,
+ Harshvardhan J. Pandit
@@ -846,7 +1060,7 @@ Art 6(1-e) official authority
Description:
- official authority
+ Legal basis based on the exercise of official authority vested in the controller
SubType of:
@@ -865,6 +1079,10 @@ Art 6(1-e) official authority
Created:
2022-08-24
+
+ Modified:
+ 2022-11-24
+
Contributor(s):
@@ -892,7 +1110,7 @@ Art 6(1-e) public interest
Description:
- public interest
+ Legal basis based on performance of a task carried out in the public interest
SubType of:
@@ -911,6 +1129,10 @@ Art 6(1-e) public interest
Created:
2022-08-24
+
+ Modified:
+ 2022-11-24
+
Contributor(s):
@@ -938,7 +1160,7 @@ Art 6(1-f) legitimate interest
Description:
- legitimate interests
+ Legal basis based on the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child
SubType of:
@@ -958,13 +1180,114 @@ Art 6(1-f) legitimate interest
Modified:
- 2021-09-08
+ 2022-11-24
Contributor(s):
Bud Bruegger,
- Eva Schlehahn
+ Eva Schlehahn,
+ Harshvardhan J. Pandit
+
+
+
+
+
+
+ Art 6(1-f) legitimate interest of controller
+
+
+
+ IRI
+ https://w3id.org/dpv/dpv-gdpr#A6-1-f-controller
+
+
+ Term:
+ A6-1-f-controller
+
+
+ Label:
+ Art 6(1-f) legitimate interest of controller
+
+
+ Description:
+ Legal basis based on the purposes of the legitimate interests pursued by the controller, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child
+
+
+ SubType of:
+
+ dpv:LegitimateInterestOfController ,
+ dpv-gdpr:A6-1-f
+
+
+
+ Source:
+
+ GDPR Art.6-1f
+
+
+
+ Created:
+ 2022-11-24
+
+
+ Modified:
+ 2022-11-24
+
+
+ Contributor(s):
+
+ Georg P Krog
+
+
+
+
+
+
+ Art 6(1-f) legitimate interest of third party
+
+
+
+ IRI
+ https://w3id.org/dpv/dpv-gdpr#A6-1-f-third-party
+
+
+ Term:
+ A6-1-f-third-party
+
+
+ Label:
+ Art 6(1-f) legitimate interest of third party
+
+
+ Description:
+ Legal basis based on the purposes of the legitimate interests pursued by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child
+
+
+ SubType of:
+
+ dpv:LegitimateInterestOfThirdParty ,
+ dpv-gdpr:A6-1-f
+
+
+
+ Source:
+
+ GDPR Art.6-1f
+
+
+
+ Created:
+ 2022-11-24
+
+
+ Modified:
+ 2022-11-24
+
+
+ Contributor(s):
+
+ Georg P Krog
diff --git a/dpv-gdpr/dpv-gdpr.jsonld b/dpv-gdpr/dpv-gdpr.jsonld
index d127bae75..4961eb7e1 100644
--- a/dpv-gdpr/dpv-gdpr.jsonld
+++ b/dpv-gdpr/dpv-gdpr.jsonld
@@ -1,27 +1,30 @@
[
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Eva Schlehahn"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -37,13 +40,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "employment and social security and social protection law"
+ "@value": "Standard data protection clauses adopted by a Supervisory Authority"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -51,20 +57,29 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-b) employment, social security, social protection law"
+ "@value": "Art 46(2-d) Standard Contractual Clauses (SCC) by DPA"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -72,12 +87,15 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
+ "@value": "Eva Schlehahn"
+ },
+ {
+ "@value": "Bud Bruegger"
}
],
"http://purl.org/dc/terms/modified": [
@@ -88,7 +106,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -104,16 +122,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary for important reasons of public interest."
+ "@value": "legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -121,29 +136,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-d) public interest"
+ "@value": "Art 9(2-d) legitimate activities"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
- },
- {
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformant",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -151,23 +157,15 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-10-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
- }
- ],
- "http://purl.org/dc/terms/source": [
+ "@value": "Harshvardhan J. Pandit"
+ },
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj"
+ "@value": "Georg P Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -183,16 +181,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person."
+ "@value": "Expressing the specified process is conformant with a DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -200,65 +195,69 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-c) conclusion of contract"
+ "@value": "DPIA Conformant"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv#Contract"
- },
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
}
]
},
{
- "@id": "http://purl.org/dc/terms/modified",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#ComplianceConcepts",
"@type": [
- "https://w3id.org/dpv#Relation"
+ "http://www.w3.org/2004/02/skos/core#Collection"
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#member": [
{
- "@language": "en",
- "@value": "dct:modified"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawfulness"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRNonCompliant"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRComplianceUnknown"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRCompliant"
}
],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@language": "en",
- "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was last modified"
+ "@value": "Compliance Concepts"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-enter-into-contract",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -269,18 +268,21 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv#EnterIntoContract"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers"
+ "@value": "Legal basis based on taking steps at the request of the data subject prior to entering into a contract"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -291,17 +293,20 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Codes of Conduct for Data Transfers"
+ "@value": "Art 6(1-b) enter into contract"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#EnterIntoContract"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A19",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -309,26 +314,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
+ "@value": "Georg Krog"
},
{
- "@value": "Eva Schlehahn"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Beatriz Esteves"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -344,13 +346,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "performance of a contract"
+ "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -361,17 +363,66 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-b) contract"
+ "@value": "A19 Right to Rectification"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingNotContinue",
+ "@id": "http://purl.org/dc/terms/isVersionOf",
+ "@type": [
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "dct:isVersionOf"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ {
+ "@language": "en",
+ "@value": "For expressing prior versions or iterations of the DPIA document or process"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#PublicInterest",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -379,15 +430,26 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-22"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
+ "@value": "Eva Schlehahn"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Bud Bruegger"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -403,13 +465,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Recommendation from a DPIA that the processing should not continue"
+ "@value": "substantial public interest, on the basis of Union or Member State law"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -420,100 +482,33 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Recommends Processing Not Continue"
+ "@value": "Art 9(2-g) public interest"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
- },
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingContinue",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2022-10-22"
}
],
"http://purl.org/dc/terms/creator": [
- {
- "@value": "David Hickey"
- },
{
"@value": "Harshvardhan J. Pandit"
},
{
"@value": "Georg P Krog"
- },
- {
- "@value": "Paul Ryan"
- }
- ],
- "http://purl.org/dc/terms/source": [
- {
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -529,16 +524,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)"
+ "@value": "Recommendation from a DPIA that the processing may continue"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -546,46 +538,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "SCCs adopted by Commission"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
- }
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/isPartOf",
- "@type": [
- "https://w3id.org/dpv#Relation"
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:isPartOf"
+ "@value": "DPIA Recommends Processing Continue"
}
],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@language": "en",
- "@value": "For expressing a DPIA document or process is part of another. For example, as some DPIANecessityAssessment dct:isPartOf some dpv:DPIA"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -612,7 +578,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -628,13 +594,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "explicit consent with special categories of data"
+ "@value": "public interest in public health"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -645,36 +611,41 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-a) explicit consent"
+ "@value": "Art 9(2-i) public interest in public health"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DirectDataCollectionNotice",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-data-subject",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-11-09"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Beatriz Esteves"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
{
- "@value": "Georg Krog"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -685,18 +656,21 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
+ "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "A Notice provided in fulfilment of GDPR's Art.13 regarding information to be provided where personal data are collected from the data subject"
+ "@value": "Legal basis based on protecting the vital interests of the data subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -707,17 +681,34 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Direct Data Collection Notice"
+ "@value": "Art 6(1-d) protect vital interests of data subject"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
+ "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRNonCompliant",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRCompliant"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRComplianceUnknown"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRNonCompliant"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -725,12 +716,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -746,13 +748,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "State of being unlawful or legally non-compliant for GDPR"
+ "@value": "An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -760,20 +762,26 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "GDPR Non-compliant"
+ "@value": "Art 46(2-e) code of conduct"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -781,26 +789,26 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
+ "@value": "Georg P Krog"
},
{
- "@value": "Eva Schlehahn"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Harshvardhan J. Pandit"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Paul Ryan"
+ },
+ {
+ "@value": "David Hickey"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -816,13 +824,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#VitalInterest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "protection of the vital interests"
+ "@value": "Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2)"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -830,81 +841,177 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-c) protect vital interest"
+ "@value": "SCCs adopted by Supervisory Authority"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#VitalInterest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
]
},
{
- "@id": "http://purl.org/dc/terms/title",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus",
"@type": [
- "https://w3id.org/dpv#Relation"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-06-22"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "dct:title"
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv#AuditStatus"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
+ {
+ "@language": "en",
+ "@value": "Status reflecting the outcomes of a DPIA"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#inScheme": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeHighResidualRisk"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeDPAConsultation"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeRisksMitigated"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "DPIA Outcome Status"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv#AuditStatus"
+ }
+ ]
+ },
+ {
+ "@id": "http://purl.org/dc/terms/subject",
+ "@type": [
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "dct:subject"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
- "@value": "Indicates a title of the DPIA for human comprehension"
+ "@value": "For expressing the subject of the DPIA document or process, where subject refers to the point of focus. For expressing what is affected or included within the DPIA, please see dct:coverage"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_Basis_Data_TransferConcepts",
"@type": [
"http://www.w3.org/2004/02/skos/core#Collection"
],
"http://www.w3.org/2004/02/skos/core#member": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "Legal_Basis Concepts"
+ "@value": "Legal_Basis_Data_Transfer Concepts"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A77",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A13",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -928,7 +1035,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -950,7 +1057,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to lodge a complaint with a supervisory authority"
+ "@value": "information to be provided where personal data is directly collected from data subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -961,7 +1068,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A77 Right to Complaint"
+ "@value": "A13 Right to be Informed"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -971,7 +1078,33 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest",
+ "@id": "http://purl.org/dc/terms/hasPart",
+ "@type": [
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "dct:hasPart"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ {
+ "@language": "en",
+ "@value": "For expressing something contains a DPIA document or process contains as a part. For example, as some dpv:DPIA dct:hasPart DPIANecessityAssessment"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-natual-person"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -979,17 +1112,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-08-24"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1005,16 +1144,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "public interest"
+ "@value": "The transfer is necessary for important reasons of public interest."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1022,50 +1161,53 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-e) public interest"
+ "@value": "Art 49(1-d) public interest"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ "@id": "https://w3id.org/dpv#PublicInterest"
},
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
+ "@value": "David Hickey"
},
{
- "@value": "Eva Schlehahn"
- }
- ],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj"
+ "@id": "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf"
+ },
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1081,13 +1223,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#VitalInterest"
+ "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "protection of the vital interests"
+ "@value": "A legal instrument or tool intended to assist or justify data transfers"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1095,20 +1237,46 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-d) protect vital interests"
+ "@value": "Data Transfer Tool"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#VitalInterest"
+ "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A20",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -1116,23 +1284,26 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg Krog"
+ "@value": "Bud Bruegger"
},
{
- "@value": "Beatriz Esteves"
- },
+ "@value": "Eva Schlehahn"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1148,13 +1319,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to data portability"
+ "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1165,17 +1336,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A20 Right to Data Portability"
+ "@value": "Art 9(2-j) public interest, scientific research, statistical purpose"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -1183,23 +1354,20 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Eva Schlehahn"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Bud Bruegger"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1215,16 +1383,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson"
- },
- {
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent."
+ "@value": "preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1232,55 +1397,46 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-f) protect vital interests"
+ "@value": "Art 9(2-h) health & medicine"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson"
- },
- {
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#OfficialAuthorityOfController",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Georg Krog"
+ },
+ {
+ "@value": "Beatriz Esteves"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#"
@@ -1294,13 +1450,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Status reflecting whether a DPIA is necessary"
+ "@value": "Right to withdraw consent at any time"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1308,55 +1464,84 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARequired"
- },
+ "@language": "en",
+ "@value": "A7-3 Right to Withdraw Consent"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANotRequired"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Collection"
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#member": [
{
- "@language": "en",
- "@value": "DPIA Necessity Status"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
+ "@value": "Data_Transfers Concepts"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A20",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
+ "@value": "Georg Krog"
},
{
- "@value": "Eva Schlehahn"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Harshvardhan J. Pandit"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Beatriz Esteves"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1372,13 +1557,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law"
+ "@value": "Right to data portability"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1389,67 +1574,35 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-j) public interest, scientific research, statistical purpose"
+ "@value": "A20 Right to Data Portability"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRCompliant"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRComplianceUnknown"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRNonCompliant"
- }
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/dateSubmitted",
- "@type": [
- "https://w3id.org/dpv#Relation"
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "dct:dateSubmitted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
- {
- "@language": "en",
- "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was submitted for audit or approval"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "http://purl.org/dc/terms/subject",
+ "@id": "http://purl.org/dc/terms/coverage",
"@type": [
"https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:subject"
+ "@value": "dct:coverage"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
- "@value": "For expressing the subject of the DPIA document or process, where subject refers to the point of focus. For expressing what is affected or included within the DPIA, please see dct:coverage"
+ "@value": "For expressing coverage (e.g. jurisdictions, products, services) of the DPIA document or process. For temporal coverage, please see dct:temporal. The coverage can be expressed using dpv:PersonalDataHandling, or using another concept, or even be a link or reference to a document, or a textual description"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -1473,7 +1626,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1490,12 +1643,15 @@
"http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#Contract"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary."
+ "@value": "The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1506,176 +1662,129 @@
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has Adequacy Decision."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 45(3) adequacy decision"
+ "@value": "Art 49(1-b) performance of contract"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv#Contract"
+ },
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent",
+ "@id": "http://purl.org/dc/terms/temporal",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "https://w3id.org/dpv#Relation"
],
- "http://purl.org/dc/terms/created": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@language": "en",
+ "@value": "dct:temporal"
}
],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Rigo Wenning"
- },
- {
- "@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Bud Bruegger"
- },
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
{
- "@value": "Eva Schlehahn"
+ "@language": "en",
+ "@value": "For expressing the temporal coverage of the DPIA document or process"
}
+ ]
+ },
+ {
+ "@id": "http://www.w3.org/ns/dcat#Resource",
+ "@type": [
+ "https://w3id.org/dpv#Concept"
],
- "http://purl.org/dc/terms/modified": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-09-07"
+ "@language": "en",
+ "@value": "dcat:Resource"
}
],
- "http://purl.org/dc/terms/source": [
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
+ "@language": "en",
+ "@value": "A dataset or catalogue or any other resource provided in fulfilment of a Right Exercise, such as for GDPR's Art.15 regarding Right of Access or Art.20 regarding Right to Data Portability. The associated properties from DCAT and DCMI DCT vocabularies provide convenient means to express metadata such as URL for accessing the data, its temporal validity and acecss restrictions, and specific datasets present along with their schemas."
}
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A16",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2020-11-04"
}
],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "http://purl.org/dc/terms/creator": [
{
- "@language": "en",
- "@value": "changed"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@value": "Harshvardhan J. Pandit"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
+ "@value": "Beatriz Esteves"
},
{
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ "@value": "Georg Krog"
}
],
- "http://www.w3.org/2004/02/skos/core#definition": [
+ "http://purl.org/dc/terms/source": [
{
- "@language": "en",
- "@value": "consent (explicit) of the data subject"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj"
}
],
- "http://www.w3.org/2004/02/skos/core#inScheme": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\""
+ "@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "Art 6(1-a) explicit consent"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
- },
- {
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#VitalInterest",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
- },
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c"
+ "@language": "en",
+ "@value": "Right to rectification"
}
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_Basis_SpecialConcepts",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g"
- },
+ "http://www.w3.org/2004/02/skos/core#inScheme": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "Legal_Basis_Special Concepts"
+ "@language": "en",
+ "@value": "A16 Right to Rectification"
}
- ]
- },
- {
- "@id": "https://w3id.org/dpv#ExpressedConsent",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a"
- },
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1683,23 +1792,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-08-24"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1710,21 +1819,21 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
},
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request."
+ "@value": "Legal basis based on the exercise of official authority vested in the controller"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1732,96 +1841,47 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-b) performance of contract"
+ "@value": "Art 6(1-e) official authority"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#Contract"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#ComplianceConcepts",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
- ],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawfulness"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRCompliant"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRNonCompliant"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRComplianceUnknown"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@value": "Compliance Concepts"
- }
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/dateAccepted",
- "@type": [
- "https://w3id.org/dpv#Relation"
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "dct:dateAccepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
- {
- "@language": "en",
- "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was accepted through audit or approval"
+ "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A16",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-third-party",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Beatriz Esteves"
- },
- {
- "@value": "Georg Krog"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1832,18 +1892,21 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to rectification"
+ "@value": "Legal basis based on the purposes of the legitimate interests pursued by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1854,20 +1917,23 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A16 Right to Rectification"
+ "@value": "Art 6(1-f) legitimate interest of third party"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeDPAConsultation",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesHighRisk",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -1893,13 +1959,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "DPIA outcome status indicating a DPA consultation is required"
+ "@value": "DPIA identifying high risk levels"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -1910,174 +1976,146 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Outcome DPA Consultation"
+ "@value": "DPIA Indicates High Risk"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv#PublicInterest",
+ "@id": "https://w3id.org/dpv#Contract",
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr",
- "@type": [
- "http://www.w3.org/2002/07/owl#Ontology"
- ],
- "http://purl.org/dc/terms/abstract": [
- {
- "@language": "en",
- "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."
- }
- ],
- "http://purl.org/dc/terms/contributor": [
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@value": "Julian Flake"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#RightsRecipientsNotice"
},
{
- "@value": "Bud Bruegger"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DirectDataCollectionNotice"
},
{
- "@value": "Fajar J. Ekaputra"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#IndirectDataCollectionNotice"
},
{
- "@value": "Elmar Kiesling"
- },
- {
- "@value": "Rigo Wenning"
- },
- {
- "@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "David Hickey"
- },
- {
- "@value": "Eva Schlehahn"
- },
- {
- "@value": "Mark Lizar"
- },
- {
- "@value": "Georg P Krog"
- },
- {
- "@value": "Paul Ryan"
- },
- {
- "@value": "Ramisa Gachpaz Hamed"
- },
- {
- "@value": "Axel Polleres"
- },
- {
- "@value": "Simon Steyskal"
- },
- {
- "@value": "Javier D. Fernández"
- },
- {
- "@value": "Rob Brennan"
- },
- {
- "@value": "Piero Bonatti"
- },
- {
- "@value": "Beatriz Esteves"
- },
- {
- "@value": "Bert Bos"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SARNotice"
}
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-06-18"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Bud Bruegger"
+ },
{
"@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Axel Polleres"
+ "@value": "Eva Schlehahn"
}
],
- "http://purl.org/dc/terms/description": [
+ "http://purl.org/dc/terms/modified": [
{
- "@language": "en",
- "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
}
],
- "http://purl.org/dc/terms/license": [
+ "http://purl.org/dc/terms/source": [
{
- "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj"
}
],
- "http://purl.org/dc/terms/modified": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-11-22"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://purl.org/dc/terms/source": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://www.w3.org/community/dpvcg/"
+ "@language": "en",
+ "@value": "changed"
}
],
- "http://purl.org/dc/terms/title": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "DPV-GDPR: GDPR Extension for DPV"
+ "@value": "Legal basis based on the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"
}
],
- "http://purl.org/vocab/vann/preferredNamespacePrefix": [
+ "http://www.w3.org/2004/02/skos/core#inScheme": [
{
- "@value": "dpv-gdpr"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://purl.org/vocab/vann/preferredNamespaceUri": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@value": "https://w3id.org/dpv/dpv-gdpr#"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-third-party"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-controller"
}
],
- "http://www.w3.org/2000/01/rdf-schema#comment": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPV v1.0 - beta The current release is a beta/test version intended to be published as a v1. Feedback can be provided via GitHub or public-dpvcg@w3.org (mailing list)."
+ "@value": "Art 6(1-f) legitimate interest"
}
],
- "http://www.w3.org/2002/07/owl#versionInfo": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "1-beta"
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool",
+ "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2085,23 +2123,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "David Hickey"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/pnt_c/oj"
- },
- {
- "@id": "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2117,13 +2155,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "A legal instrument or tool intended to assist or justify data transfers"
+ "@value": "Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2131,46 +2169,26 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
- },
+ "http://www.w3.org/2004/02/skos/core#note": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses"
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has Adequacy Decision."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Data Transfer Tool"
+ "@value": "Art 45(3) adequacy decision"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRComplianceUnknown",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2178,12 +2196,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2199,13 +2228,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "State where lawfulness or compliance with GDPR is unknown"
+ "@value": "The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2213,15 +2242,21 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "GDPR Compliance Unknown"
+ "@value": "Art 49(1-g) public register"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
@@ -2282,34 +2317,20 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
- },
- {
- "@value": "Eva Schlehahn"
- }
- ],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
- }
- ],
- "http://purl.org/dc/terms/source": [
- {
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2325,13 +2346,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#AuditStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "substantial public interest, on the basis of Union or Member State law"
+ "@value": "Status reflecting the status of risk associated with a DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2339,38 +2360,31 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@language": "en",
- "@value": "Art 9(2-g) public interest"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesNoRisk"
+ },
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesLowRisk"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesHighRisk"
}
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/created",
- "@type": [
- "https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:created"
+ "@value": "DPIA Risk Status"
}
],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@language": "en",
- "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was created"
+ "@id": "https://w3id.org/dpv#AuditStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -2378,32 +2392,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-10"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Rigo Wenning"
- },
- {
- "@value": "Harshvardhan J. Pandit"
+ "@value": "David Hickey"
},
{
- "@value": "Bud Bruegger"
+ "@value": "Georg P Krog"
},
{
- "@value": "Eva Schlehahn"
- }
- ],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-09-07"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
+ "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2414,21 +2419,21 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "changed"
+ "@value": "accepted"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
+ "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
},
{
- "@id": "https://w3id.org/dpv#ExpressedConsent"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "consent (non-explicit or regular) of the data subject"
+ "@value": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2436,37 +2441,31 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art.6(1-a) regular consent"
+ "@value": "Supplementary Measure"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#ExpressedConsent"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
+ "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcome",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRNonCompliant",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2022-10-22"
}
],
"http://purl.org/dc/terms/creator": [
@@ -2487,13 +2486,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DPIA"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Process representing determining outcome of a DPIA"
+ "@value": "State of being unlawful or legally non-compliant for GDPR"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2504,66 +2503,33 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Outcome"
+ "@value": "GDPR Non-compliant"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#DPIA"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness"
}
]
},
{
- "@id": "https://w3id.org/dpv#DataSubjectRight",
+ "@id": "https://w3id.org/dpv#LegitimateInterestOfController",
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A20"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A13"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A17"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A19"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A22"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A15"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A77"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A16"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A18"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A14"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A21"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-controller"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-controller",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/creator": [
@@ -2574,12 +2540,12 @@
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2590,18 +2556,21 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#LegitimateInterestOfController"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case."
+ "@value": "Legal basis based on the purposes of the legitimate interests pursued by the controller, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2609,26 +2578,37 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-g) public register"
+ "@value": "Art 6(1-f) legitimate interest of controller"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#LegitimateInterestOfController"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A19",
+ "@id": "https://w3id.org/dpv#LegitimateInterest",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SARNotice",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -2636,7 +2616,7 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-11-09"
}
],
"http://purl.org/dc/terms/creator": [
@@ -2650,11 +2630,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/source": [
- {
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#"
@@ -2668,13 +2643,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing"
+ "@value": "A Notice provided in fulfilment of GDPR's Art.15 regarding information to be provided for Right of Access or Subject Access Request (SAR)"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2685,20 +2660,20 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A19 Right to Rectification"
+ "@value": "SAR Notice"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRCompliant",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -2707,9 +2682,6 @@
}
],
"http://purl.org/dc/terms/creator": [
- {
- "@value": "Georg P Krog"
- },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -2727,13 +2699,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#ConformanceStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Conformity of a process with a DPIA"
+ "@value": "State of being lawful or legally compliant for GDPR"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2741,28 +2713,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformant"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANonConformant"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Conformity"
+ "@value": "GDPR Compliant"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#ConformanceStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingContinue",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -2770,17 +2734,25 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- },
{
"@value": "Georg P Krog"
}
],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#"
@@ -2794,13 +2766,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Recommendation from a DPIA that the processing may continue"
+ "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2808,44 +2780,65 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Recommends Processing Continue"
+ "@value": "Art 49(1-e) legal claims"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e",
+ "@id": "http://purl.org/dc/terms/modified",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "https://w3id.org/dpv#Relation"
],
- "http://purl.org/dc/terms/created": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@language": "en",
+ "@value": "dct:modified"
}
],
- "http://purl.org/dc/terms/creator": [
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
{
- "@value": "Georg P Krog"
+ "@language": "en",
+ "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was last modified"
}
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
- "http://purl.org/dc/terms/modified": [
+ "http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2019-04-05"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Eva Schlehahn"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2861,13 +2854,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights"
+ "@value": "employment and social security and social protection law"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -2875,119 +2868,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Art 46(2-e) code of conduct"
+ "@value": "Art 9(2-b) employment, social security, social protection law"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#RightsConcepts",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
- ],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#RightsRecipientsNotice"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A20"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A13"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SARNotice"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A15"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A77"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A16"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A22"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A18"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A14"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#IndirectDataCollectionNotice"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DirectDataCollectionNotice"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A21"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A17"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A19"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@value": "Rights Concepts"
- }
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/description",
- "@type": [
- "https://w3id.org/dpv#Relation"
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "dct:description"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
- {
- "@language": "en",
- "@value": "Indicates a description of the DPIA for human comprehension"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -2995,17 +2889,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-09-07"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3021,13 +2921,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#ExpressedConsent"
+ "@id": "https://w3id.org/dpv#Contract"
+ },
+ {
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "consent of the data subject"
+ "@value": "The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3038,47 +2941,45 @@
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art.6(1-a) consent"
+ "@value": "Art 49(1-c) conclusion of contract"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#ExpressedConsent"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#Contract"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#RightsRecipientsNotice",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-11-09"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Georg Krog"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
- }
- ],
- "http://purl.org/dc/terms/source": [
+ "@value": "Harshvardhan J. Pandit"
+ },
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj"
+ "@value": "Beatriz Esteves"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3094,16 +2995,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
- },
- {
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard data protection clauses adopted by the Commission"
+ "@value": "A Notice provided in fulfilment of GDPR's Art.19 regarding Recipients to whom a rights exercise has been communicated, such as regarding rectification (A.16) or erasure of personal data (A.17) or restriction of processing (A.18)"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3111,57 +3009,37 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-c) Standard Contractual Clauses (SCC) by EC"
+ "@value": "Rights Recipients Notice"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
- },
- {
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#ConformanceStatus",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
}
]
},
{
- "@id": "https://w3id.org/dpv#Contract",
+ "@id": "https://w3id.org/dpv#AuditStatus",
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -3169,23 +3047,17 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj"
+ "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3201,16 +3073,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
- },
- {
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data."
+ "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3218,29 +3087,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(2) legitimate interests"
+ "@value": "Codes of Conduct for Data Transfers"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A13",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityAssessment",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -3248,25 +3108,14 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/creator": [
- {
- "@value": "Georg Krog"
- },
- {
- "@value": "Beatriz Esteves"
- },
{
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/source": [
- {
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#"
@@ -3280,13 +3129,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "information to be provided where personal data is directly collected from data subject"
+ "@value": "Process that determines whether a DPIA is necessary"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3297,110 +3146,73 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A13 Right to be Informed"
+ "@value": "DPIA Necessity Assessment"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#DPIA"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A15",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
+ },
{
- "@value": "Beatriz Esteves"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e"
},
{
- "@value": "Georg Krog"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b"
},
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://purl.org/dc/terms/source": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a"
+ },
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a"
+ },
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#definition": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ },
{
- "@language": "en",
- "@value": "Right of access"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#inScheme": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
+ },
{
- "@language": "en",
- "@value": "A15 Right of Access"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
+ },
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson",
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
- }
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/hasPart",
- "@type": [
- "https://w3id.org/dpv#Relation"
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
+ },
{
- "@language": "en",
- "@value": "dct:hasPart"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
+ },
{
- "@language": "en",
- "@value": "For expressing something contains a DPIA document or process contains as a part. For example, as some dpv:DPIA dct:hasPart DPIANecessityAssessment"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRCompliant",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANotRequired",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -3408,7 +3220,7 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-22"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/creator": [
@@ -3429,13 +3241,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "State of being lawful or legally compliant for GDPR"
+ "@value": "Condition where a DPIA is not required"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3446,12 +3258,12 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "GDPR Compliant"
+ "@value": "DPIA Not Required"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
}
]
},
@@ -3529,47 +3341,25 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts",
+ "@id": "http://purl.org/dc/terms/description",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
+ "https://w3id.org/dpv#Relation"
],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers"
+ "@language": "en",
+ "@value": "dct:description"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
{
- "@value": "Data_Transfers Concepts"
+ "@language": "en",
+ "@value": "Indicates a description of the DPIA for human comprehension"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesHighRisk",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -3598,13 +3388,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ "@id": "https://w3id.org/dpv#AuditStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "DPIA identifying high risk levels"
+ "@value": "Status reflecting whether a DPIA is necessary"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3612,20 +3402,46 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARequired"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANotRequired"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Indicates High Risk"
+ "@value": "DPIA Necessity Status"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ "@id": "https://w3id.org/dpv#AuditStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h",
+ "@id": "http://purl.org/dc/terms/conformsTo",
+ "@type": [
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "dct:conformsTo"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ {
+ "@language": "en",
+ "@value": "For expressing an existing standard, guideline, or requirements to which the DPIA document or process will be conforming to. This could be external guidelines published by an Authority, or internal guidelines established by the organisation"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -3638,15 +3454,15 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Eva Schlehahn"
+ "@value": "Bud Bruegger"
},
{
- "@value": "Bud Bruegger"
+ "@value": "Eva Schlehahn"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3668,7 +3484,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3"
+ "@value": "data manifestly made public by the data subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3679,7 +3495,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-h) health & medicine"
+ "@value": "Art 9(2-e) data made public"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -3689,26 +3505,42 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#RightsRecipientsNotice",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-11-09"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Beatriz Esteves"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Harshvardhan J. Pandit"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
{
- "@value": "Georg Krog"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3724,13 +3556,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "A Notice provided in fulfilment of GDPR's Art.19 regarding Recipients to whom a rights exercise has been communicated, such as regarding rectification (A.16) or erasure of personal data (A.17) or restriction of processing (A.18)"
+ "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3738,47 +3570,50 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Rights Recipients Notice"
+ "@value": "Art 46(3-a) contractual clauses"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv#DPIA",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcedure"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcome"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityAssessment"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcedure",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3794,13 +3629,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DPIA"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Process representing carrying out a DPIA"
+ "@value": "The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3808,20 +3646,40 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Procedure"
+ "@value": "Art 49(1-f) protect vital interests"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DPIA"
+ "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson"
+ },
+ {
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c",
+ "@id": "https://w3id.org/dpv#OfficialAuthorityOfController",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -3829,15 +3687,12 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
- },
- {
- "@value": "Eva Schlehahn"
+ "@value": "Georg P Krog"
}
],
"http://purl.org/dc/terms/modified": [
@@ -3848,7 +3703,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3864,13 +3719,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#LegalObligation"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "compliance with a legal obligation"
+ "@value": "An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3878,20 +3733,26 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-c) legal obligation"
+ "@value": "Art 46(2-f) certification"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegalObligation"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -3899,17 +3760,15 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2022-10-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://purl.org/dc/terms/source": [
+ },
{
- "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
+ "@value": "Georg P Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -3925,16 +3784,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#Contract"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#ConformanceStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller"
+ "@value": "Conformity of a process with a DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -3942,50 +3798,70 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformant"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANonConformant"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "AdHoc Contractual Clauses"
+ "@value": "DPIA Conformity"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Contract"
- },
+ "@id": "https://w3id.org/dpv#ConformanceStatus"
+ }
+ ]
+ },
+ {
+ "@id": "http://purl.org/dc/terms/dateAccepted",
+ "@type": [
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@language": "en",
+ "@value": "dct:dateAccepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ {
+ "@language": "en",
+ "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was accepted through audit or approval"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Georg P Krog"
- },
- {
- "@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Paul Ryan"
- },
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "David Hickey"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -4001,16 +3877,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2)"
+ "@value": "A legally binding and enforceable instrument between public authorities or bodies"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -4018,31 +3891,29 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ "http://www.w3.org/2004/02/skos/core#note": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "SCCs adopted by Supervisory Authority"
+ "@value": "Art 46(2-a) legal instrument"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A77",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -4063,7 +3934,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -4085,7 +3956,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to withdraw consent at any time"
+ "@value": "Right to lodge a complaint with a supervisory authority"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -4096,7 +3967,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A7-3 Right to Withdraw Consent"
+ "@value": "A77 Right to Complaint"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -4106,7 +3977,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A18",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -4119,18 +3990,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Harshvardhan J. Pandit"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Georg Krog"
+ },
+ {
+ "@value": "Beatriz Esteves"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -4146,16 +4017,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
- },
- {
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard data protection clauses adopted by a Supervisory Authority"
+ "@value": "Right to restriction of processing"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -4163,29 +4031,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-d) Standard Contractual Clauses (SCC) by DPA"
+ "@value": "A18 Right to Restrict Processing"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -4193,15 +4052,12 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
- },
- {
- "@value": "Eva Schlehahn"
+ "@value": "Georg P Krog"
}
],
"http://purl.org/dc/terms/modified": [
@@ -4212,7 +4068,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -4228,13 +4084,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
+ },
+ {
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "public interest in public health"
+ "@value": "Standard data protection clauses adopted by the Commission"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -4242,76 +4101,45 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-i) public interest in public health"
+ "@value": "Art 46(2-c) Standard Contractual Clauses (SCC) by EC"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
+ },
+ {
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityAssessment",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
- {
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv#DPIA"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Process that determines whether a DPIA is necessary"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#inScheme": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv#ContractPerformance",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@language": "en",
- "@value": "DPIA Necessity Assessment"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-contract-performance"
}
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#LegalObligation",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv#DPIA"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeHighResidualRisk",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -4319,7 +4147,7 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2022-09-07"
}
],
"http://purl.org/dc/terms/creator": [
@@ -4327,6 +4155,17 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#"
@@ -4335,18 +4174,18 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ "@id": "https://w3id.org/dpv#ExpressedConsent"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "DPIA outcome status indicating high residual risk which are not acceptable for continuation"
+ "@value": "Legal basis based on data subject's given consent to the processing of his or her personal data for one or more specific purposes"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -4354,20 +4193,26 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Outcome High Residual Risk"
+ "@value": "Art.6(1-a) consent"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ "@id": "https://w3id.org/dpv#ExpressedConsent"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -4375,23 +4220,20 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Eva Schlehahn"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Bud Bruegger"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -4407,13 +4249,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation."
+ "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -4421,37 +4263,42 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(3-a) contractual clauses"
+ "@value": "Art 9(2-f) judicial process"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a",
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent",
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A22",
+ "@id": "https://w3id.org/dpv#ConformanceStatus",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesNoRisk",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -4459,23 +4306,12 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Beatriz Esteves"
- },
- {
- "@value": "Georg Krog"
- }
- ],
- "http://purl.org/dc/terms/source": [
- {
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -4491,13 +4327,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right not to be subject to a decision based solely on automated processing including profiling"
+ "@value": "DPIA identifying no risk is present"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -4508,17 +4344,34 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A22 Right to object to automated decision making"
+ "@value": "DPIA Indicates No Risk"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e",
+ "@id": "https://w3id.org/dpv#LegalBasis",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -4535,17 +4388,20 @@
},
{
"@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -4556,21 +4412,18 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
- },
- {
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#Contract"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "public interest or official authority"
+ "@value": "Legal basis based on performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -4580,47 +4433,26 @@
],
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-contract-performance"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-enter-into-contract"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-e) public interest or official authority"
+ "@value": "Art 6(1-b) contract"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
- },
- {
- "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
- }
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/valid",
- "@type": [
- "https://w3id.org/dpv#Relation"
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "dct:valid"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
- {
- "@language": "en",
- "@value": "For expressing the temporal date or range of validity of the DPIA document or process. This refers to the time period for which the DPIA is considered valid, and does not refer to the temporal period associated with processing (see dct:temporal instead). The assumption is that after this period, the DPIA should be re-evaluated or some process should be triggered"
+ "@id": "https://w3id.org/dpv#Contract"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -4632,12 +4464,6 @@
}
],
"http://purl.org/dc/terms/creator": [
- {
- "@value": "David Hickey"
- },
- {
- "@value": "Georg P Krog"
- },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -4661,15 +4487,12 @@
"http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- },
- {
- "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements"
+ "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -4680,44 +4503,33 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Supplementary Measure"
+ "@value": "Certification Mechanisms for Data Transfers"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- },
- {
- "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-10-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
- }
- ],
- "http://purl.org/dc/terms/source": [
+ },
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -4728,21 +4540,18 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "changed"
+ "@value": "accepted"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ "@id": "https://w3id.org/dpv#AuditStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards."
+ "@value": "Recommendation from the DPIA regarding processing"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -4750,29 +4559,101 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingNotContinue"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingContinue"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-a) explicit consent"
+ "@value": "DPIA Processing Recommendation"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#AuditStatus"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DpiaConcepts",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Collection"
+ ],
+ "http://www.w3.org/2004/02/skos/core#member": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingContinue"
},
{
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingNotContinue"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeHighResidualRisk"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANotRequired"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeDPAConsultation"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesLowRisk"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcedure"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANonConformant"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesHighRisk"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcome"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformant"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityAssessment"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARequired"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesNoRisk"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeRisksMitigated"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@value": "Dpia Concepts"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -4791,12 +4672,12 @@
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -4807,10 +4688,13 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ },
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
@@ -4818,7 +4702,7 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "A legally binding and enforceable instrument between public authorities or bodies"
+ "@value": "The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -4829,37 +4713,52 @@
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-a) legal instrument"
+ "@value": "Art 49(1-a) explicit consent"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ },
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv#LegitimateInterest",
+ "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty",
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-third-party"
+ }
+ ]
+ },
+ {
+ "@id": "http://purl.org/dc/terms/title",
+ "@type": [
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d"
- },
+ "@language": "en",
+ "@value": "dct:title"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
+ "@language": "en",
+ "@value": "Indicates a title of the DPIA for human comprehension"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -4875,6 +4774,12 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
"http://purl.org/dc/terms/source": [
{
"@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
@@ -4888,21 +4793,21 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "official authority"
+ "@value": "Legal basis based on performance of a task carried out in the public interest"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -4913,36 +4818,28 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-e) official authority"
+ "@value": "Art 6(1-e) public interest"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
- },
{
"@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#Lawfulness",
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawfulness"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformant",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A15",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
@@ -4950,7 +4847,15 @@
"@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Georg P Krog"
+ "@value": "Georg Krog"
+ },
+ {
+ "@value": "Beatriz Esteves"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -4966,13 +4871,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Expressing the specified process is conformant with a DPIA"
+ "@value": "Right of access"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -4983,17 +4888,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Conformant"
+ "@value": "A15 Right of Access"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeRisksMitigated",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -5001,20 +4906,12 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
- },
- {
- "@value": "Eva Schlehahn"
- }
- ],
- "http://purl.org/dc/terms/source": [
- {
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -5030,13 +4927,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "data manifestly made public by the data subject"
+ "@value": "DPIA outcome status indicating (all) risks have been mitigated"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -5047,30 +4944,41 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-e) data made public"
+ "@value": "DPIA Outcome Risks Mitigated"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A22",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Georg Krog"
+ },
+ {
+ "@value": "Beatriz Esteves"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -5086,13 +4994,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Status reflecting the status of risk associated with a DPIA"
+ "@value": "Right not to be subject to a decision based solely on automated processing including profiling"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -5100,100 +5008,50 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesLowRisk"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesHighRisk"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesNoRisk"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Risk Status"
+ "@value": "A22 Right to object to automated decision making"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARequired",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
- {
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Condition where a DPIA is required"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#inScheme": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ },
{
- "@language": "en",
- "@value": "DPIA Required"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@value": "Bud Bruegger"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
+ "@value": "Eva Schlehahn"
}
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
],
- "http://purl.org/dc/terms/created": [
+ "http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2022-11-24"
}
],
- "http://purl.org/dc/terms/creator": [
+ "http://purl.org/dc/terms/source": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -5204,18 +5062,18 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
+ "@id": "https://w3id.org/dpv#VitalInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Status reflecting the outcomes of a DPIA"
+ "@value": "Legal basis based on protecting the vital interests of the data subject or of another natural person"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -5225,30 +5083,30 @@
],
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeDPAConsultation"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeRisksMitigated"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-data-subject"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeHighResidualRisk"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-natual-person"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Outcome Status"
+ "@value": "Art 6(1-d) protect vital interests"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
+ "@id": "https://w3id.org/dpv#VitalInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv#LegalBasis",
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_Basis_SpecialConcepts",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Collection"
+ ],
+ "http://www.w3.org/2004/02/skos/core#member": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e"
},
@@ -5256,10 +5114,33 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d"
},
{
"@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@value": "Legal_Basis_Special Concepts"
}
]
},
@@ -5280,10 +5161,10 @@
"@value": "Georg Krog"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Beatriz Esteves"
},
{
- "@value": "Beatriz Esteves"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
@@ -5331,88 +5212,101 @@
]
},
{
- "@id": "http://www.w3.org/ns/dcat#Resource",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a",
"@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://purl.org/dc/terms/created": [
{
- "@language": "en",
- "@value": "dcat:Resource"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2019-04-05"
}
],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ "http://purl.org/dc/terms/creator": [
{
- "@language": "en",
- "@value": "A dataset or catalogue or any other resource provided in fulfilment of a Right Exercise, such as for GDPR's Art.15 regarding Right of Access or Art.20 regarding Right to Data Portability. The associated properties from DCAT and DCMI DCT vocabularies provide convenient means to express metadata such as URL for accessing the data, its temporal validity and acecss restrictions, and specific datasets present along with their schemas."
+ "@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Eva Schlehahn"
}
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/isVersionOf",
- "@type": [
- "https://w3id.org/dpv#Relation"
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://purl.org/dc/terms/modified": [
{
- "@language": "en",
- "@value": "dct:isVersionOf"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ "http://purl.org/dc/terms/source": [
{
- "@language": "en",
- "@value": "For expressing prior versions or iterations of the DPIA document or process"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj"
}
- ]
- },
- {
- "@id": "https://w3id.org/dpv#hasStatus",
- "@type": [
- "https://w3id.org/dpv#Relation"
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "dpv:hasStatus"
+ "@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "For expressing the status of the DPIA document or process. Here different statuses are used to convey different contextual meanings. For example, dpv:ActivityStatus expresses the state of the activity in terms of whether it is ongoing or completed, and dpv:AuditStatus expresses the state of the audit process in terms of being required, approved, or rejected. These are applied over each step of the DPIA i.e. DPIANecessityAssessment, DPIAProcedure, and DPIAOutcome. Similarly, a process also uses hasStatus with DPIAConformity to indicate adherence to the results of the DPIA process."
+ "@value": "explicit consent with special categories of data"
}
- ]
- },
- {
- "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure",
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ ],
+ "http://www.w3.org/2004/02/skos/core#inScheme": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure"
+ "@language": "en",
+ "@value": "Art 9(2-a) explicit consent"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANonConformant",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-natual-person",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-22"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Georg P Krog"
- },
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -5423,18 +5317,21 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Expressing the specified process is not conformant with a DPIA"
+ "@value": "Legal basis based on protecting the vital interests of another natural person that is not the data subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -5445,33 +5342,44 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Non-Conformant"
+ "@value": "Art 6(1-d) protect vital interests of natural person"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A17",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Beatriz Esteves"
+ },
+ {
+ "@value": "Georg Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -5487,13 +5395,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Recommendation from the DPIA regarding processing"
+ "@value": "Right to erasure ('Right to be forgotten')"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -5501,51 +5409,25 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingContinue"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingNotContinue"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Processing Recommendation"
+ "@value": "A17 Right to Erasure"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "http://purl.org/dc/terms/coverage",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A21",
"@type": [
- "https://w3id.org/dpv#Relation"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "dct:coverage"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
- {
- "@language": "en",
- "@value": "For expressing coverage (e.g. jurisdictions, products, services) of the DPIA document or process. For temporal coverage, please see dct:temporal. The coverage can be expressed using dpv:PersonalDataHandling, or using another concept, or even be a link or reference to a document, or a textual description"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
"@value": "2020-11-04"
@@ -5553,18 +5435,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@value": "Georg Krog"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Beatriz Esteves"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -5580,13 +5462,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims."
+ "@value": "Right to object to processing of personal data"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -5594,163 +5476,156 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-e) legal claims"
+ "@value": "A21 Right to object"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DpiaConcepts",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANonConformant"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingNotContinue"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesLowRisk"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcedure"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesHighRisk"
- },
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeDPAConsultation"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-22"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ "@value": "Paul Ryan"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcome"
+ "@value": "David Hickey"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesNoRisk"
+ "@value": "Georg P Krog"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeRisksMitigated"
- },
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARequired"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityAssessment"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANotRequired"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingContinue"
- },
+ "@language": "en",
+ "@value": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#inScheme": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeHighResidualRisk"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformant"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "Dpia Concepts"
+ "@language": "en",
+ "@value": "SCCs adopted by Commission"
}
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_Basis_Data_TransferConcepts",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
],
- "http://www.w3.org/2004/02/skos/core#member": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#DataSubjectRight",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A20"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A14"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A13"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A22"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A19"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A77"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A17"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A21"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A15"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A18"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A16"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#DPIA",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcedure"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcome"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@value": "Legal_Basis_Data_Transfer Concepts"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityAssessment"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#IndirectDataCollectionNotice",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcedure",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -5758,18 +5633,12 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-11-09"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Georg Krog"
- },
- {
- "@value": "Beatriz Esteves"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -5785,13 +5654,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
+ "@id": "https://w3id.org/dpv#DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "A Notice provided in fulfilment of GDPR's Art.14 regarding information to be provided where personal data are not collected from the data subject"
+ "@value": "Process representing carrying out a DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -5802,41 +5671,35 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Indirect Data Collection Notice"
+ "@value": "DPIA Procedure"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
+ "@id": "https://w3id.org/dpv#DPIA"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2021-09-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj"
+ "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -5852,13 +5715,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#Contract"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights"
+ "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -5866,26 +5732,23 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-f) certification"
+ "@value": "AdHoc Contractual Clauses"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv#Contract"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesLowRisk",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DirectDataCollectionNotice",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -5893,12 +5756,18 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2022-11-09"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Georg Krog"
+ },
+ {
+ "@value": "Beatriz Esteves"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -5914,13 +5783,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "DPIA identifying low risk levels"
+ "@value": "A Notice provided in fulfilment of GDPR's Art.13 regarding information to be provided where personal data are collected from the data subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -5931,35 +5800,35 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Indicates Low Risk"
+ "@value": "Direct Data Collection Notice"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
}
]
},
{
- "@id": "http://purl.org/dc/terms/conformsTo",
+ "@id": "http://purl.org/dc/terms/created",
"@type": [
"https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:conformsTo"
+ "@value": "dct:created"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
- "@value": "For expressing an existing standard, guideline, or requirements to which the DPIA document or process will be conforming to. This could be external guidelines published by an Authority, or internal guidelines established by the organisation"
+ "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was created"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesNoRisk",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARequired",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -5988,13 +5857,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "DPIA identifying no risk is present"
+ "@value": "Condition where a DPIA is required"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6005,17 +5874,25 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Indicates No Risk"
+ "@value": "DPIA Required"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A21",
+ "@id": "https://w3id.org/dpv#Lawfulness",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawfulness"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingNotContinue",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -6023,23 +5900,15 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-10-22"
}
],
"http://purl.org/dc/terms/creator": [
- {
- "@value": "Georg Krog"
- },
- {
- "@value": "Beatriz Esteves"
- },
{
"@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://purl.org/dc/terms/source": [
+ },
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj"
+ "@value": "Georg P Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -6055,13 +5924,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to object to processing of personal data"
+ "@value": "Recommendation from a DPIA that the processing should not continue"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6072,50 +5941,109 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A21 Right to object"
+ "@value": "DPIA Recommends Processing Not Continue"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#",
+ "@id": "http://purl.org/dc/terms/valid",
"@type": [
- "http://www.w3.org/2004/02/skos/core#ConceptScheme"
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "dct:valid"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ {
+ "@language": "en",
+ "@value": "For expressing the temporal date or range of validity of the DPIA document or process. This refers to the time period for which the DPIA is considered valid, and does not refer to the temporal period associated with processing (see dct:temporal instead). The assumption is that after this period, the DPIA should be re-evaluated or some process should be triggered"
+ }
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#RightsConcepts",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Collection"
],
- "http://purl.org/dc/terms/created": [
+ "http://www.w3.org/2004/02/skos/core#member": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DirectDataCollectionNotice"
+ },
{
- "@value": "Georg P Krog"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A14"
},
{
- "@value": "Paul Ryan"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#RightsRecipientsNotice"
},
{
- "@value": "David Hickey"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A13"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A22"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#IndirectDataCollectionNotice"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A19"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A77"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A17"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A21"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A15"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A18"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A16"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SARNotice"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A20"
}
],
- "http://purl.org/dc/terms/source": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj"
+ "@value": "Rights Concepts"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcome",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-06-22"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -6131,13 +6059,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises."
+ "@value": "Process representing determining outcome of a DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6145,25 +6073,26 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Binding Corporate Rules (BCR)"
+ "@value": "DPIA Outcome"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#DPIA"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeRisksMitigated",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#ConceptScheme"
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesLowRisk",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -6192,13 +6121,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "DPIA outcome status indicating (all) risks have been mitigated"
+ "@value": "DPIA identifying low risk levels"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6209,17 +6138,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Outcome Risks Mitigated"
+ "@value": "DPIA Indicates Low Risk"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -6227,20 +6156,32 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2019-04-10"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Bud Bruegger"
+ "@value": "Rigo Wenning"
},
{
"@value": "Eva Schlehahn"
+ },
+ {
+ "@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -6251,18 +6192,21 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@id": "https://w3id.org/dpv#ExpressedConsent"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity"
+ "@value": "Legal basis based on data subject's given non-explicit express consent to the processing of his or her personal data for one or more specific purposes"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6270,37 +6214,29 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Art 9(2-f) judicial process"
+ "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'."
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@language": "en",
+ "@value": "Art.6(1-a) regular consent"
}
- ]
- },
- {
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DirectDataCollectionNotice"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#IndirectDataCollectionNotice"
- },
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#RightsRecipientsNotice"
+ "@id": "https://w3id.org/dpv#ExpressedConsent"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SARNotice"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANotRequired",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -6308,17 +6244,28 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
}
],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "http://purl.org/dc/terms/modified": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
@@ -6329,13 +6276,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Condition where a DPIA is not required"
+ "@value": "The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data."
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6343,23 +6293,32 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply."
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Not Required"
+ "@value": "Art 49(2) legitimate interests"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -6369,21 +6328,24 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Eva Schlehahn"
+ "@value": "Bud Bruegger"
},
{
- "@value": "Bud Bruegger"
+ "@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Eva Schlehahn"
}
],
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -6394,18 +6356,21 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
+ },
+ {
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;"
+ "@value": "Legal basis based on performance of a task carried out in the public interest or in the exercise of official authority vested in the controller"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6413,20 +6378,31 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-d) legitimate activities"
+ "@value": "Art 6(1-e) public interest or official authority"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv#PublicInterest"
+ },
+ {
+ "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A18",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -6439,18 +6415,18 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Beatriz Esteves"
- },
- {
- "@value": "Georg Krog"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -6466,13 +6442,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
+ },
+ {
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to restriction of processing"
+ "@value": "Binding corporate rules"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6480,49 +6459,32 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "A18 Right to Restrict Processing"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
}
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/temporal",
- "@type": [
- "https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:temporal"
+ "@value": "Art 46(2-b) Binding Corporate Rules (BCR)"
}
],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@language": "en",
- "@value": "For expressing the temporal coverage of the DPIA document or process"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#LegalObligation",
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -6536,17 +6498,20 @@
},
{
"@value": "Eva Schlehahn"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -6557,18 +6522,18 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv#LegalObligation"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "legitimate interests"
+ "@value": "Legal basis based on compliance with a legal obligation to which the controller is subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6579,44 +6544,99 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-f) legitimate interest"
+ "@value": "Art 6(1-c) legal obligation"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv#LegalObligation"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses",
+ "@id": "http://purl.org/dc/terms/isPartOf",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "https://w3id.org/dpv#Relation"
],
- "http://purl.org/dc/terms/created": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@language": "en",
+ "@value": "dct:isPartOf"
}
],
- "http://purl.org/dc/terms/creator": [
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
{
- "@value": "David Hickey"
- },
+ "@language": "en",
+ "@value": "For expressing a DPIA document or process is part of another. For example, as some DPIANecessityAssessment dct:isPartOf some dpv:DPIA"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#EnterIntoContract",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@value": "Georg P Krog"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-enter-into-contract"
+ }
+ ]
+ },
+ {
+ "@id": "http://purl.org/dc/terms/dateSubmitted",
+ "@type": [
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@language": "en",
+ "@value": "dct:dateSubmitted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ {
+ "@language": "en",
+ "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was submitted for audit or approval"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-data-subject"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterest",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
},
{
- "@value": "Paul Ryan"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#IndirectDataCollectionNotice",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-09"
}
],
- "http://purl.org/dc/terms/source": [
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj"
+ "@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Beatriz Esteves"
+ },
+ {
+ "@value": "Georg Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -6632,16 +6652,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#Contract"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries"
+ "@value": "A Notice provided in fulfilment of GDPR's Art.14 regarding information to be provided where personal data are not collected from the data subject"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6649,31 +6666,20 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Standard Contractual Clauses (SCC)"
+ "@value": "Indirect Data Collection Notice"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Contract"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRComplianceUnknown",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -6681,26 +6687,15 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-10-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Georg P Krog"
+ "@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
- }
- ],
- "http://purl.org/dc/terms/source": [
- {
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
@@ -6713,16 +6708,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Binding corporate rules"
+ "@value": "State where lawfulness or compliance with GDPR is unknown"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6730,88 +6722,119 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-b) Binding Corporate Rules (BCR)"
+ "@value": "GDPR Compliance Unknown"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness"
}
]
},
{
- "@id": "https://w3id.org/dpv#AuditStatus",
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-22"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ "@value": "Paul Ryan"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
+ "@value": "David Hickey"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
+ "@value": "Georg P Krog"
}
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/identifier",
- "@type": [
- "https://w3id.org/dpv#Relation"
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "dct:identifier"
+ "@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Indicates an identifier associated with the DPIA documentation or process. Identifiers may be reused from existing systems, or created for the purposes of record management"
+ "@value": "Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises."
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#inScheme": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Binding Corporate Rules (BCR)"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A17",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-contract-performance",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Georg Krog"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@value": "Beatriz Esteves"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -6822,18 +6845,21 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv#ContractPerformance"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to erasure ('Right to be forgotten')"
+ "@value": "Legal basis based on performance of a contract to which the data subject is party"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6844,36 +6870,33 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A17 Right to Erasure"
+ "@value": "Art 6(1-b) contract performance"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#ContractPerformance"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SARNotice",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeHighResidualRisk",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-11-09"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Georg Krog"
- },
- {
- "@value": "Beatriz Esteves"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -6889,13 +6912,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "A Notice provided in fulfilment of GDPR's Art.15 regarding information to be provided for Right of Access or Subject Access Request (SAR)"
+ "@value": "DPIA outcome status indicating high residual risk which are not acceptable for continuation"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6906,35 +6929,68 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "SAR Notice"
+ "@value": "DPIA Outcome High Residual Risk"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers",
+ "@id": "https://w3id.org/dpv#hasStatus",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "dpv:hasStatus"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ {
+ "@language": "en",
+ "@value": "For expressing the status of the DPIA document or process. Here different statuses are used to convey different contextual meanings. For example, dpv:ActivityStatus expresses the state of the activity in terms of whether it is ongoing or completed, and dpv:AuditStatus expresses the state of the audit process in terms of being required, approved, or rejected. These are applied over each step of the DPIA i.e. DPIANecessityAssessment, DPIAProcedure, and DPIAOutcome. Similarly, a process also uses hasStatus with DPIAConformity to indicate adherence to the results of the DPIA process."
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Eva Schlehahn"
+ },
+ {
+ "@value": "Bud Bruegger"
+ },
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Rigo Wenning"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -6945,18 +7001,21 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers"
+ "@value": "Legal basis based on data subject's given explicit consent to the processing of his or her personal data for one or more specific purposes"
}
],
"http://www.w3.org/2004/02/skos/core#inScheme": [
@@ -6964,15 +7023,517 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#"
}
],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\""
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Certification Mechanisms for Data Transfers"
+ "@value": "Art 6(1-a) explicit consent"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
+ },
+ {
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANonConformant",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-10-22"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Georg P Krog"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
+ {
+ "@language": "en",
+ "@value": "Expressing the specified process is not conformant with a DPIA"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#inScheme": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "DPIA Non-Conformant"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#ExpressedConsent",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-22"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Paul Ryan"
+ },
+ {
+ "@value": "David Hickey"
+ },
+ {
+ "@value": "Georg P Krog"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv#Contract"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
+ {
+ "@language": "en",
+ "@value": "Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#inScheme": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Standard Contractual Clauses (SCC)"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv#Contract"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ }
+ ]
+ },
+ {
+ "@id": "http://purl.org/dc/terms/identifier",
+ "@type": [
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "dct:identifier"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ {
+ "@language": "en",
+ "@value": "Indicates an identifier associated with the DPIA documentation or process. Identifiers may be reused from existing systems, or created for the purposes of record management"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr",
+ "@type": [
+ "http://www.w3.org/2002/07/owl#Ontology"
+ ],
+ "http://purl.org/dc/terms/abstract": [
+ {
+ "@language": "en",
+ "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."
+ }
+ ],
+ "http://purl.org/dc/terms/contributor": [
+ {
+ "@value": "Piero Bonatti"
+ },
+ {
+ "@value": "Ramisa Gachpaz Hamed"
+ },
+ {
+ "@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Elmar Kiesling"
+ },
+ {
+ "@value": "Eva Schlehahn"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Julian Flake"
+ },
+ {
+ "@value": "Georg P Krog"
+ },
+ {
+ "@value": "Bert Bos"
+ },
+ {
+ "@value": "Paul Ryan"
+ },
+ {
+ "@value": "Mark Lizar"
+ },
+ {
+ "@value": "David Hickey"
+ },
+ {
+ "@value": "Rigo Wenning"
+ },
+ {
+ "@value": "Rob Brennan"
+ },
+ {
+ "@value": "Javier D. Fernández"
+ },
+ {
+ "@value": "Simon Steyskal"
+ },
+ {
+ "@value": "Beatriz Esteves"
+ },
+ {
+ "@value": "Axel Polleres"
+ },
+ {
+ "@value": "Fajar J. Ekaputra"
+ }
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2019-06-18"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Axel Polleres"
+ }
+ ],
+ "http://purl.org/dc/terms/description": [
+ {
+ "@language": "en",
+ "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."
+ }
+ ],
+ "http://purl.org/dc/terms/license": [
+ {
+ "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-22"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://www.w3.org/community/dpvcg/"
+ }
+ ],
+ "http://purl.org/dc/terms/title": [
+ {
+ "@language": "en",
+ "@value": "DPV-GDPR: GDPR Extension for DPV"
+ }
+ ],
+ "http://purl.org/vocab/vann/preferredNamespacePrefix": [
+ {
+ "@value": "dpv-gdpr"
+ }
+ ],
+ "http://purl.org/vocab/vann/preferredNamespaceUri": [
+ {
+ "@value": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#comment": [
+ {
+ "@language": "en",
+ "@value": "DPV v1.0 - beta The current release is a beta/test version intended to be published as a v1. Feedback can be provided via GitHub or public-dpvcg@w3.org (mailing list)."
+ }
+ ],
+ "http://www.w3.org/2002/07/owl#versionInfo": [
+ {
+ "@value": "1-beta"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2019-04-05"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Eva Schlehahn"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv#VitalInterest"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
+ {
+ "@language": "en",
+ "@value": "protection of the vital interests"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#inScheme": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Art 9(2-c) protect vital interest"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv#VitalInterest"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Collection"
+ ],
+ "http://www.w3.org/2004/02/skos/core#member": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-contract-performance"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-enter-into-contract"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-natual-person"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-controller"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-data-subject"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-third-party"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@value": "Legal_Basis Concepts"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeDPAConsultation",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-06-22"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
+ {
+ "@language": "en",
+ "@value": "DPIA outcome status indicating a DPA consultation is required"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#inScheme": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "DPIA Outcome DPA Consultation"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
}
]
}
diff --git a/dpv-gdpr/dpv-gdpr.n3 b/dpv-gdpr/dpv-gdpr.n3
index f7939b833..a0c42f5e7 100644
--- a/dpv-gdpr/dpv-gdpr.n3
+++ b/dpv-gdpr/dpv-gdpr.n3
@@ -158,12 +158,18 @@ dpv-gdpr:Legal_BasisConcepts a skos:Collection ;
dpv-gdpr:A6-1-a-explicit-consent,
dpv-gdpr:A6-1-a-non-explicit-consent,
dpv-gdpr:A6-1-b,
+ dpv-gdpr:A6-1-b-contract-performance,
+ dpv-gdpr:A6-1-b-enter-into-contract,
dpv-gdpr:A6-1-c,
dpv-gdpr:A6-1-d,
+ dpv-gdpr:A6-1-d-data-subject,
+ dpv-gdpr:A6-1-d-natual-person,
dpv-gdpr:A6-1-e,
dpv-gdpr:A6-1-e-official-authority,
dpv-gdpr:A6-1-e-public-interest,
- dpv-gdpr:A6-1-f ;
+ dpv-gdpr:A6-1-f,
+ dpv-gdpr:A6-1-f-controller,
+ dpv-gdpr:A6-1-f-third-party ;
skos:prefLabel "Legal_Basis Concepts"^^xsd:string .
dpv-gdpr:Legal_Basis_Data_TransferConcepts a skos:Collection ;
@@ -220,12 +226,24 @@ dpv-gdpr:RightsConcepts a skos:Collection ;
dpv:ConformanceStatus skos:narrower dpv-gdpr:DPIAConformity .
+dpv:ContractPerformance skos:narrower dpv-gdpr:A6-1-b-contract-performance .
+
+dpv:EnterIntoContract skos:narrower dpv-gdpr:A6-1-b-enter-into-contract .
+
dpv:Lawfulness skos:narrower dpv-gdpr:GDPRLawfulness .
dpv:LegalObligation skos:narrower dpv-gdpr:A6-1-c .
+dpv:LegitimateInterestOfController skos:narrower dpv-gdpr:A6-1-f-controller .
+
+dpv:LegitimateInterestOfThirdParty skos:narrower dpv-gdpr:A6-1-f-third-party .
+
+dpv:VitalInterestOfDataSubject skos:narrower dpv-gdpr:A6-1-d-data-subject .
+
dpv:VitalInterestOfNatualPerson skos:narrower dpv-gdpr:A49-1-f .
+dpv:VitalInterestOfNaturalPerson skos:narrower dpv-gdpr:A6-1-d-natual-person .
+
dpv-gdpr:A13 a skos:Concept,
dpv:Concept ;
dct:created "2020-11-04"^^xsd:date ;
@@ -500,76 +518,33 @@ dpv-gdpr:A6-1-a a skos:Concept,
dpv:Concept ;
dct:created "2022-09-07"^^xsd:date ;
dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:ExpressedConsent ;
- skos:definition "consent of the data subject"@en ;
+ skos:definition "Legal basis based on data subject's given consent to the processing of his or her personal data for one or more specific purposes"@en ;
skos:inScheme dpv-gdpr: ;
skos:note "Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a."@en ;
skos:prefLabel "Art.6(1-a) consent"@en ;
dpv:isSubTypeOf dpv:ExpressedConsent .
-dpv-gdpr:A6-1-b a skos:Concept,
- dpv:Concept ;
- dct:created "2019-04-05"^^xsd:date ;
- dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
- dct:source ;
- rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv:Contract ;
- skos:definition "performance of a contract"@en ;
- skos:inScheme dpv-gdpr: ;
- skos:prefLabel "Art 6(1-b) contract"@en ;
- dpv:isSubTypeOf dpv:Contract .
-
dpv-gdpr:A6-1-c a skos:Concept,
dpv:Concept ;
dct:created "2019-04-05"^^xsd:date ;
dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:LegalObligation ;
- skos:definition "compliance with a legal obligation"@en ;
+ skos:definition "Legal basis based on compliance with a legal obligation to which the controller is subject"@en ;
skos:inScheme dpv-gdpr: ;
skos:prefLabel "Art 6(1-c) legal obligation"@en ;
dpv:isSubTypeOf dpv:LegalObligation .
-dpv-gdpr:A6-1-d a skos:Concept,
- dpv:Concept ;
- dct:created "2019-04-05"^^xsd:date ;
- dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
- dct:source ;
- rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv:VitalInterest ;
- skos:definition "protection of the vital interests"@en ;
- skos:inScheme dpv-gdpr: ;
- skos:prefLabel "Art 6(1-d) protect vital interests"@en ;
- dpv:isSubTypeOf dpv:VitalInterest .
-
-dpv-gdpr:A6-1-f a skos:Concept,
- dpv:Concept ;
- dct:created "2019-04-05"^^xsd:date ;
- dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
- dct:source ;
- rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv:LegitimateInterest ;
- skos:definition "legitimate interests"@en ;
- skos:inScheme dpv-gdpr: ;
- skos:prefLabel "Art 6(1-f) legitimate interest"@en ;
- dpv:isSubTypeOf dpv:LegitimateInterest .
-
dpv-gdpr:A7-3 a skos:Concept,
dpv:Concept ;
dct:created "2020-11-04"^^xsd:date ;
@@ -1220,13 +1195,13 @@ dpv-gdpr:A6-1-a-explicit-consent a skos:Concept,
"Eva Schlehahn"^^xsd:string,
"Harshvardhan J. Pandit"^^xsd:string,
"Rigo Wenning"^^xsd:string ;
- dct:modified "2022-09-07"^^xsd:date ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
sw:term_status "changed"@en ;
skos:broader dpv:ExplicitlyExpressedConsent,
dpv-gdpr:A6-1a ;
- skos:definition "consent (explicit) of the data subject"@en ;
+ skos:definition "Legal basis based on data subject's given explicit consent to the processing of his or her personal data for one or more specific purposes"@en ;
skos:inScheme dpv-gdpr: ;
skos:note "Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\""@en ;
skos:prefLabel "Art 6(1-a) explicit consent"@en ;
@@ -1240,29 +1215,94 @@ dpv-gdpr:A6-1-a-non-explicit-consent a skos:Concept,
"Eva Schlehahn"^^xsd:string,
"Harshvardhan J. Pandit"^^xsd:string,
"Rigo Wenning"^^xsd:string ;
- dct:modified "2022-09-07"^^xsd:date ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
sw:term_status "changed"@en ;
skos:broader dpv:ExpressedConsent,
dpv-gdpr:A6-1a ;
- skos:definition "consent (non-explicit or regular) of the data subject"@en ;
+ skos:definition "Legal basis based on data subject's given non-explicit express consent to the processing of his or her personal data for one or more specific purposes"@en ;
skos:inScheme dpv-gdpr: ;
skos:note "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'."@en ;
skos:prefLabel "Art.6(1-a) regular consent"@en ;
dpv:isSubTypeOf dpv:ExpressedConsent,
dpv-gdpr:A6-1a .
+dpv-gdpr:A6-1-b-contract-performance a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:ContractPerformance,
+ dpv-gdpr:A6-1-b ;
+ skos:definition "Legal basis based on performance of a contract to which the data subject is party"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:prefLabel "Art 6(1-b) contract performance"@en ;
+ dpv:isSubTypeOf dpv:ContractPerformance,
+ dpv-gdpr:A6-1-b .
+
+dpv-gdpr:A6-1-b-enter-into-contract a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:EnterIntoContract,
+ dpv-gdpr:A6-1-b ;
+ skos:definition "Legal basis based on taking steps at the request of the data subject prior to entering into a contract"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:prefLabel "Art 6(1-b) enter into contract"@en ;
+ dpv:isSubTypeOf dpv:EnterIntoContract,
+ dpv-gdpr:A6-1-b .
+
+dpv-gdpr:A6-1-d-data-subject a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:VitalInterestOfDataSubject,
+ dpv-gdpr:A6-1-d ;
+ skos:definition "Legal basis based on protecting the vital interests of the data subject"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:prefLabel "Art 6(1-d) protect vital interests of data subject"@en ;
+ dpv:isSubTypeOf dpv:VitalInterestOfDataSubject,
+ dpv-gdpr:A6-1-d .
+
+dpv-gdpr:A6-1-d-natual-person a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:VitalInterestOfNaturalPerson,
+ dpv-gdpr:A6-1-d ;
+ skos:definition "Legal basis based on protecting the vital interests of another natural person that is not the data subject"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:prefLabel "Art 6(1-d) protect vital interests of natural person"@en ;
+ dpv:isSubTypeOf dpv:VitalInterestOfNaturalPerson,
+ dpv-gdpr:A6-1-d .
+
dpv-gdpr:A6-1-e-official-authority a skos:Concept,
dpv:Concept ;
dct:created "2022-08-24"^^xsd:date ;
dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:OfficialAuthorityOfController,
dpv-gdpr:A6-1-e ;
- skos:definition "official authority"@en ;
+ skos:definition "Legal basis based on the exercise of official authority vested in the controller"@en ;
skos:inScheme dpv-gdpr: ;
skos:prefLabel "Art 6(1-e) official authority"@en ;
dpv:isSubTypeOf dpv:OfficialAuthorityOfController,
@@ -1272,17 +1312,50 @@ dpv-gdpr:A6-1-e-public-interest a skos:Concept,
dpv:Concept ;
dct:created "2022-08-24"^^xsd:date ;
dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:PublicInterest,
dpv-gdpr:A6-1-e ;
- skos:definition "public interest"@en ;
+ skos:definition "Legal basis based on performance of a task carried out in the public interest"@en ;
skos:inScheme dpv-gdpr: ;
skos:prefLabel "Art 6(1-e) public interest"@en ;
dpv:isSubTypeOf dpv:PublicInterest,
dpv-gdpr:A6-1-e .
+dpv-gdpr:A6-1-f-controller a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:LegitimateInterestOfController,
+ dpv-gdpr:A6-1-f ;
+ skos:definition "Legal basis based on the purposes of the legitimate interests pursued by the controller, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:prefLabel "Art 6(1-f) legitimate interest of controller"@en ;
+ dpv:isSubTypeOf dpv:LegitimateInterestOfController,
+ dpv-gdpr:A6-1-f .
+
+dpv-gdpr:A6-1-f-third-party a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:LegitimateInterestOfThirdParty,
+ dpv-gdpr:A6-1-f ;
+ skos:definition "Legal basis based on the purposes of the legitimate interests pursued by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:prefLabel "Art 6(1-f) legitimate interest of third party"@en ;
+ dpv:isSubTypeOf dpv:LegitimateInterestOfThirdParty,
+ dpv-gdpr:A6-1-f .
+
dpv-gdpr:AdHocContractualClauses a skos:Concept,
dpv:Concept ;
dct:created "2021-09-22"^^xsd:date ;
@@ -1397,6 +1470,60 @@ dpv:LegitimateInterest skos:narrower dpv-gdpr:A49-2,
dpv-gdpr:A6-1-f,
dpv-gdpr:A9-2-d .
+dpv-gdpr:A6-1-b a skos:Concept,
+ dpv:Concept ;
+ dct:created "2019-04-05"^^xsd:date ;
+ dct:creator "Bud Bruegger"^^xsd:string,
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:Contract ;
+ skos:definition "Legal basis based on performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:narrower dpv-gdpr:A6-1-b-contract-performance,
+ dpv-gdpr:A6-1-b-enter-into-contract ;
+ skos:prefLabel "Art 6(1-b) contract"@en ;
+ dpv:isSubTypeOf dpv:Contract .
+
+dpv-gdpr:A6-1-d a skos:Concept,
+ dpv:Concept ;
+ dct:created "2019-04-05"^^xsd:date ;
+ dct:creator "Bud Bruegger"^^xsd:string,
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:VitalInterest ;
+ skos:definition "Legal basis based on protecting the vital interests of the data subject or of another natural person"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:narrower dpv-gdpr:A6-1-d-data-subject,
+ dpv-gdpr:A6-1-d-natual-person ;
+ skos:prefLabel "Art 6(1-d) protect vital interests"@en ;
+ dpv:isSubTypeOf dpv:VitalInterest .
+
+dpv-gdpr:A6-1-f a skos:Concept,
+ dpv:Concept ;
+ dct:created "2019-04-05"^^xsd:date ;
+ dct:creator "Bud Bruegger"^^xsd:string,
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:LegitimateInterest ;
+ skos:definition "Legal basis based on the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:narrower dpv-gdpr:A6-1-f-controller,
+ dpv-gdpr:A6-1-f-third-party ;
+ skos:prefLabel "Art 6(1-f) legitimate interest"@en ;
+ dpv:isSubTypeOf dpv:LegitimateInterest .
+
dpv-gdpr:DPIAConformity a skos:Concept,
dpv:Concept ;
dct:created "2022-10-22"^^xsd:date ;
@@ -1449,14 +1576,15 @@ dpv-gdpr:A6-1-e a skos:Concept,
dpv:Concept ;
dct:created "2019-04-05"^^xsd:date ;
dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:OfficialAuthorityOfController,
dpv:PublicInterest ;
- skos:definition "public interest or official authority"@en ;
+ skos:definition "Legal basis based on performance of a task carried out in the public interest or in the exercise of official authority vested in the controller"@en ;
skos:inScheme dpv-gdpr: ;
skos:narrower dpv-gdpr:A6-1-e-official-authority,
dpv-gdpr:A6-1-e-public-interest ;
diff --git a/dpv-gdpr/dpv-gdpr.rdf b/dpv-gdpr/dpv-gdpr.rdf
index 2f94fd448..5f49aca3c 100644
--- a/dpv-gdpr/dpv-gdpr.rdf
+++ b/dpv-gdpr/dpv-gdpr.rdf
@@ -9,1723 +9,1863 @@
xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:vann="http://purl.org/vocab/vann/"
>
-
+
+
+
+ Conformity of a process with a DPIA
+ Harshvardhan J. Pandit
+ Georg P Krog
+ DPIA Conformity
+
+
+
+ 2022-10-22
+ accepted
+
+
+
+
+
2021-09-08
- 2020-11-04
+
+ 2019-04-05
+
+ Bud Bruegger
+ Eva Schlehahn
- The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent.
- Georg P Krog
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
- Art 49(1-f) protect vital interests
-
-
-
-
-
+ public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law
+
+ Art 9(2-j) public interest, scientific research, statistical purpose
accepted
-
+
- accepted
+
-
+ The transfer is necessary for the establishment, exercise or defence of legal claims.
-
+ Georg P Krog
+ 2021-09-08
+ accepted
+
+ Art 49(1-e) legal claims
Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+ 2020-11-04
+
+
+
+
+
+
+
+ 2020-11-04
+
+
+ Art 49(2) legitimate interests
+
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply.
+ The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data.
Georg P Krog
- Art 49(1-c) conclusion of contract
- The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person.
-
+ accepted
2021-09-08
- 2020-11-04
-
+
+ Piero Bonatti
+ Ramisa Gachpaz Hamed
+ Bud Bruegger
+ Elmar Kiesling
+ Eva Schlehahn
+ Harshvardhan J. Pandit
+ Julian Flake
+ Georg P Krog
+ Bert Bos
+ Paul Ryan
+ Mark Lizar
+ David Hickey
+ Rigo Wenning
+ Rob Brennan
+ Javier D. Fernández
+ Simon Steyskal
+ Beatriz Esteves
+ Axel Polleres
+ Fajar J. Ekaputra
+ dpv-gdpr
+ https://w3id.org/dpv/dpv-gdpr#
+ 1-beta
+ 2022-11-22
+ DPV-GDPR: GDPR Extension for DPV
+ Harshvardhan J. Pandit
+ Axel Polleres
+ 2019-06-18
+
+ DPV v1.0 - beta The current release is a beta/test version intended to be published as a v1. Feedback can be provided via GitHub or public-dpvcg@w3.org (mailing list).
+ The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation.
+ The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dpia Concepts
+
+
+
- David Hickey
- Georg P Krog
+
+
Harshvardhan J. Pandit
- Paul Ryan
+ DPIA Outcome
+
+ accepted
-
-
+
+ 2022-06-22
+ Process representing determining outcome of a DPIA
+
+
+
+
+
+
+
+
+
+
+ Harshvardhan J. Pandit
+ DPIA Outcome High Residual Risk
+
+ accepted
+ DPIA outcome status indicating high residual risk which are not acceptable for continuation
-
-
-
- Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries
- 2021-09-22
-
-
- Standard Contractual Clauses (SCC)
- accepted
+
+
+ 2022-06-22
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rights Concepts
-
+
+
+
+ accepted
+ 2019-04-05
+
+ Eva Schlehahn
+ Bud Bruegger
+
+
+ Art 9(2-g) public interest
+ substantial public interest, on the basis of Union or Member State law
+ 2021-09-08
+
+
-
- dct:created
-
- For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was created
+
+
+
+
+
+
+
+
+
+ Art 6(1-d) protect vital interests
+ Harshvardhan J. Pandit
+ Bud Bruegger
+ Eva Schlehahn
+ 2022-11-24
+
+ 2019-04-05
+ changed
+ Legal basis based on protecting the vital interests of the data subject or of another natural person
-
+
+ 2022-06-22
+
+ DPIA identifying high risk levels
accepted
- 2022-06-22
-
- DPIA Indicates No Risk
+ DPIA Indicates High Risk
Harshvardhan J. Pandit
- DPIA identifying no risk is present
-
+
+
-
-
-
-
+ Harshvardhan J. Pandit
+ Paul Ryan
+ David Hickey
+ Georg P Krog
+ Binding Corporate Rules (BCR)
- The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request.
- 2021-09-08
- 2020-11-04
-
-
+ 2021-09-22
accepted
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
- Georg P Krog
- Art 49(1-b) performance of contract
-
-
-
-
+
+
+
+
+ Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises.
-
-
-
+
+
-
+
-
-
+
+
+
Data_Transfers Concepts
-
+
-
- Georg P Krog
- Harshvardhan J. Pandit
- DPIA Non-Conformant
- accepted
-
- Expressing the specified process is not conformant with a DPIA
-
- 2022-10-22
+
+
+
+
+
+ Harshvardhan J. Pandit
+ 2022-11-24
+ Art 6(1-e) official authority
+
+ changed
+ 2022-08-24
+ Legal basis based on the exercise of official authority vested in the controller
-
+
- explicit consent with special categories of data
- Bud Bruegger
Eva Schlehahn
+ Bud Bruegger
+ Art 9(2-d) legitimate activities
+ legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;
+
+ accepted
2021-09-08
+
+
+
+ 2019-04-05
+
+
+
+
+
+
+
+
+ The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent.
accepted
-
- Art 9(2-a) explicit consent
-
-
+ Art 49(1-f) protect vital interests
+ Georg P Krog
+ 2021-09-08
+
+
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+ 2020-11-04
+
+
+
+
+ DPIA identifying no risk is present
+
+ accepted
+
+
+
+
+ Harshvardhan J. Pandit
+ DPIA Indicates No Risk
+ 2022-06-22
+
+
+
+ David Hickey
+ Georg P Krog
+ Harshvardhan J. Pandit
+ Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements
+
+
+
+
+ Supplementary Measure
+
+
+
+ accepted
+ 2021-09-22
+
+
+
+
+
+ 2022-11-24
+
+
+ Legal basis based on performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract
+
+ Eva Schlehahn
+ Bud Bruegger
+ Harshvardhan J. Pandit
+ changed
+ Art 6(1-b) contract
2019-04-05
+
+
+
-
+
- Right to restriction of processing
-
- Beatriz Esteves
Georg Krog
Harshvardhan J. Pandit
- 2020-11-04
-
- accepted
+ Beatriz Esteves
+ accepted
- A18 Right to Restrict Processing
-
+ 2020-11-04
+ A20 Right to Data Portability
+
+ Right to data portability
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Legal_Basis Concepts
+
-
+
-
- Harshvardhan J. Pandit
- DPIA Procedure
+ Bud Bruegger
+ Eva Schlehahn
-
- 2022-06-22
-
- Process representing carrying out a DPIA
+
+ 2021-09-08
+ public interest in public health
+ Art 9(2-i) public interest in public health
+
+
+
accepted
+ 2019-04-05
-
-
+
-
-
- 2021-09-22
-
+
+
+ DPIA Conformant
- Georg P Krog
+
Harshvardhan J. Pandit
- Paul Ryan
- David Hickey
-
- Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2)
-
-
+ Georg P Krog
accepted
+ 2022-10-22
- SCCs adopted by Supervisory Authority
+ Expressing the specified process is conformant with a DPIA
-
+
+
+
+
+
+
+
+
+
- Harshvardhan J. Pandit
- Beatriz Esteves
- Georg Krog
- Direct Data Collection Notice
- 2022-11-09
-
+ 2021-09-22
+
+
+ David Hickey
+ Harshvardhan J. Pandit
+
+ Data Transfer Tool
accepted
- A Notice provided in fulfilment of GDPR's Art.13 regarding information to be provided where personal data are collected from the data subject
-
+ A legal instrument or tool intended to assist or justify data transfers
+
-
+
- preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3
- 2019-04-05
- accepted
- Eva Schlehahn
- Bud Bruegger
-
-
- Art 9(2-h) health & medicine
-
+ 2022-06-22
+
+
-
-
-
-
- Conformity of a process with a DPIA
- Georg P Krog
+
+ DPIA Necessity Status
Harshvardhan J. Pandit
-
- 2022-10-22
accepted
+
+ Status reflecting whether a DPIA is necessary
-
-
-
-
-
- DPIA Conformity
-
-
+
-
-
-
- 2021-09-22
- SCCs adopted by Commission
- accepted
- David Hickey
- Harshvardhan J. Pandit
- Georg P Krog
- Paul Ryan
-
-
-
- Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)
+ Legal basis based on protecting the vital interests of the data subject
+
+
+ Art 6(1-d) protect vital interests of data subject
+ Georg P Krog
+ changed
+
+
+
+ 2022-11-24
+
+ 2022-11-24
-
+
- 2021-09-08
- accepted
-
- Art 46(3-a) contractual clauses
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
+ Art 46(2-a) legal instrument
Georg P Krog
- Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation.
- 2020-11-04
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority.
+ 2021-09-08
+ accepted
+
+ 2020-11-04
-
+ A legally binding and enforceable instrument between public authorities or bodies
+
-
+
-
-
-
-
- A22 Right to object to automated decision making
- Harshvardhan J. Pandit
- Beatriz Esteves
- Georg Krog
- Right not to be subject to a decision based solely on automated processing including profiling
-
-
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority.
2020-11-04
+ 2021-09-08
+
+
accepted
-
-
- For expressing a DPIA document or process is part of another. For example, as some DPIANecessityAssessment dct:isPartOf some dpv:DPIA
- dct:isPartOf
-
-
-
-
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply.
+ Art 46(3-a) contractual clauses
+
- Art 49(2) legitimate interests
-
-
- 2021-09-08
-
-
- accepted
-
+ Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation.
Georg P Krog
- 2020-11-04
- The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data.
-
-
-
-
-
-
-
- Compliance Concepts
-
+
-
-
-
- 2022-06-22
-
-
- DPIA Indicates High Risk
- Harshvardhan J. Pandit
- DPIA identifying high risk levels
accepted
-
-
-
-
-
-
- A21 Right to object
Georg Krog
Beatriz Esteves
Harshvardhan J. Pandit
-
- 2020-11-04
- accepted
- Right to object to processing of personal data
+
+ Right to lodge a complaint with a supervisory authority
+
+
+ 2020-11-04
+ A77 Right to Complaint
+
-
+
-
-
-
- 2021-09-08
- 2020-11-04
accepted
-
- Standard data protection clauses adopted by the Commission
-
-
-
- Art 46(2-c) Standard Contractual Clauses (SCC) by EC
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
- Georg P Krog
+
+
+ 2022-06-22
+
+ DPIA Outcome Risks Mitigated
+ DPIA outcome status indicating (all) risks have been mitigated
+ Harshvardhan J. Pandit
+
+
+
+
+ Legal basis based on data subject's given non-explicit express consent to the processing of his or her personal data for one or more specific purposes
+ Rigo Wenning
+ Eva Schlehahn
+ Bud Bruegger
+ Harshvardhan J. Pandit
+
+
+ Art.6(1-a) regular consent
+
+
+
+ Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)". This is the legal basis that requires consent but not at the level of being 'explicit'.
+
+
+ 2022-11-24
+
+ changed
+ 2019-04-10
-
+
+
+
2020-11-04
-
- Georg Krog
- Beatriz Esteves
- Harshvardhan J. Pandit
+
+ Right not to be subject to a decision based solely on automated processing including profiling
+ A22 Right to object to automated decision making
- accepted
- A19 Right to Rectification
-
-
- Right to be notified in case of rectification or erasure of personal data or restriction of processing
+ Harshvardhan J. Pandit
+ Georg Krog
+ Beatriz Esteves
+ accepted
-
+
- protection of the vital interests
- 2021-09-08
-
- Art 6(1-d) protect vital interests
+ Art 9(2-e) data made public
+
2019-04-05
+
+
+ data manifestly made public by the data subject
Bud Bruegger
Eva Schlehahn
-
-
+
accepted
-
-
+
- Status reflecting whether a DPIA is necessary
+ DPIA outcome status indicating a DPA consultation is required
+ DPIA Outcome DPA Consultation
+ Harshvardhan J. Pandit
+
+ accepted
-
- Harshvardhan J. Pandit
- DPIA Necessity Status
+
2022-06-22
- accepted
-
-
-
-
+
-
-
-
- 2019-04-05
- Bud Bruegger
- Eva Schlehahn
- 2021-09-08
-
- accepted
- public interest in public health
- Art 9(2-i) public interest in public health
-
-
-
-
+ Codes of Conduct for Data Transfers
+
Harshvardhan J. Pandit
- 2022-06-22
- DPIA Outcome Risks Mitigated
+ Codes of Conduct that outline sufficient safeguards for carrying out data transfers
+
accepted
-
-
-
- DPIA outcome status indicating (all) risks have been mitigated
+
+ 2021-09-22
-
+
- DPIA Recommends Processing Not Continue
+
+ Georg Krog
+ Beatriz Esteves
+ Harshvardhan J. Pandit
+ accepted
+ A21 Right to object
+
+ Right to object to processing of personal data
+ 2020-11-04
- Georg P Krog
- Harshvardhan J. Pandit
-
- Recommendation from a DPIA that the processing should not continue
-
- 2022-10-22
- accepted
+
-
+
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+
+
+
+ 2022-06-22
- Art 49(1-e) legal claims
-
- Georg P Krog
- The transfer is necessary for the establishment, exercise or defence of legal claims.
-
-
- 2021-09-08
- 2020-11-04
+ Harshvardhan J. Pandit
+
+ Status reflecting the status of risk associated with a DPIA
accepted
-
+
+
+ DPIA Risk Status
-
+
- A13 Right to be Informed
- Georg Krog
- Beatriz Esteves
- Harshvardhan J. Pandit
-
- 2020-11-04
-
- accepted
-
+ 2022-11-24
+
+ 2022-11-24
+
+
- information to be provided where personal data is directly collected from data subject
-
-
- Harshvardhan J. Pandit
- Axel Polleres
- https://w3id.org/dpv/dpv-gdpr#
- Julian Flake
- Bud Bruegger
- Fajar J. Ekaputra
- Elmar Kiesling
- Rigo Wenning
- Harshvardhan J. Pandit
- David Hickey
- Eva Schlehahn
- Mark Lizar
- Georg P Krog
- Paul Ryan
- Ramisa Gachpaz Hamed
- Axel Polleres
- Simon Steyskal
- Javier D. Fernández
- Rob Brennan
- Piero Bonatti
- Beatriz Esteves
- Bert Bos
- DPV v1.0 - beta The current release is a beta/test version intended to be published as a v1. Feedback can be provided via GitHub or public-dpvcg@w3.org (mailing list).
- The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation.
- The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation.
- 2022-11-22
- 1-beta
- 2019-06-18
-
- DPV-GDPR: GDPR Extension for DPV
- dpv-gdpr
-
-
+ Legal basis based on the purposes of the legitimate interests pursued by the controller, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child
+ Georg P Krog
+ changed
+ Art 6(1-f) legitimate interest of controller
+
+
-
+
-
- Georg P Krog
- Art 46(2-e) code of conduct
+ 2021-09-08
+ Art 49(1-g) public register
-
- accepted
+ Georg P Krog
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
- 2021-09-08
-
- An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights
+
2020-11-04
+
+ The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case.
+ Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist.
+
+ accepted
-
+
- 2020-11-04
+ 2022-11-24
+
+ 2019-04-05
-
-
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
-
- The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards.
- 2022-06-22
- Georg P Krog
+ Bud Bruegger
+ Harshvardhan J. Pandit
+ Eva Schlehahn
+ Legal basis based on the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child
+
+ Art 6(1-f) legitimate interest
+
+
changed
-
-
-
- Art 49(1-a) explicit consent
+
+
-
+
+
+
+
+
+
+ Compliance Concepts
+
+
-
- A legally binding and enforceable instrument between public authorities or bodies
+ 2022-06-22
+
+ Process representing carrying out a DPIA
-
- Georg P Krog
-
- 2020-11-04
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
- 2021-09-08
- Art 46(2-a) legal instrument
+ Harshvardhan J. Pandit
+ DPIA Procedure
accepted
-
+
+
-
+
+ Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers
+
+ Certification Mechanisms for Data Transfers
+ 2021-09-22
+
accepted
-
+
- 2022-09-07
- consent of the data subject
-
-
+
Harshvardhan J. Pandit
- Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a.
- Art.6(1-a) consent
-
-
+
-
-
-
- Bud Bruegger
- Eva Schlehahn
- Art 9(2-e) data made public
+ Art 6(1-e) public interest or official authority
+
+
2019-04-05
-
- data manifestly made public by the data subject
- accepted
-
-
-
-
- Art 9(2-j) public interest, scientific research, statistical purpose
- 2019-04-05
-
+
+
Bud Bruegger
+ Harshvardhan J. Pandit
Eva Schlehahn
- public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law
- accepted
-
- 2021-09-08
+ 2022-11-24
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ Legal basis based on performance of a task carried out in the public interest or in the exercise of official authority vested in the controller
+
+ changed
-
+
-
-
-
- employment and social security and social protection law
- Art 9(2-b) employment, social security, social protection law
-
- 2019-04-05
- Bud Bruegger
- Eva Schlehahn
-
- accepted
-
-
-
+ information to be provided where personal data is directly collected from data subject
+ Harshvardhan J. Pandit
+ Georg Krog
+ Beatriz Esteves
+
+ 2020-11-04
+ A13 Right to be Informed
+
accepted
- Art 49(1-d) public interest
- 2021-09-08
-
-
- Georg P Krog
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
- 2020-11-04
-
-
-
- The transfer is necessary for important reasons of public interest.
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rights Concepts
+
+
+
-
+ Art 49(1-b) performance of contract
+
+
+ The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request.
+
+
2021-09-08
- Art 45(3) adequacy decision
- 2020-11-04
-
+ Georg P Krog
accepted
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
- Georg P Krog
- Transfer from EU to a third country. Third country has Adequacy Decision.
- Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary.
-
+
+ 2020-11-04
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Dpia Concepts
+
+
+
+
+
-
+
- Harshvardhan J. Pandit
- DPIA outcome status indicating high residual risk which are not acceptable for continuation
- DPIA Outcome High Residual Risk
- accepted
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority.
+
-
+ Georg P Krog
+ 2021-09-08
+ accepted
+ Art 46(3-b) administrative arrangements
+ Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights
+
+ 2020-11-04
-
- 2022-06-22
-
-
-
-
-
-
-
+
-
+
-
-
- 2020-11-04
+ 2021-09-22
+ Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries
accepted
- Georg Krog
- Beatriz Esteves
+ Paul Ryan
+ David Hickey
+ Georg P Krog
Harshvardhan J. Pandit
- Right to data portability
+
+
+ Standard Contractual Clauses (SCC)
+
+
+
- A20 Right to Data Portability
-
+
+
-
- dct:conformsTo
- For expressing an existing standard, guideline, or requirements to which the DPIA document or process will be conforming to. This could be external guidelines published by an Authority, or internal guidelines established by the organisation
+
+ Indicates a title of the DPIA for human comprehension
+ dct:title
-
+
-
- 2019-04-05
- Eva Schlehahn
Bud Bruegger
- accepted
-
+ Eva Schlehahn
+
- Art 9(2-d) legitimate activities
+ 2021-09-08
+
+
+ explicit consent with special categories of data
+
+ Art 9(2-a) explicit consent
+ accepted
+ 2019-04-05
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ accepted
+
+ An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights
- legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;
+
+
+ Art 46(2-f) certification
+ 2020-11-04
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
2021-09-08
-
+
+
+ Georg P Krog
-
+
+
+
+ 2020-11-04
+ Right of access
+
Harshvardhan J. Pandit
Georg Krog
Beatriz Esteves
-
-
+
-
- 2020-11-04
-
- accepted
- A17 Right to Erasure
- Right to erasure ('Right to be forgotten')
-
-
-
- Bud Bruegger
- Eva Schlehahn
- Art 9(2-c) protect vital interest
- 2021-09-08
accepted
-
- protection of the vital interests
-
-
-
-
-
- 2019-04-05
+ A15 Right of Access
- Beatriz Esteves
- Harshvardhan J. Pandit
Georg Krog
- accepted
+ Harshvardhan J. Pandit
+ Beatriz Esteves
- A Notice provided in fulfilment of GDPR's Art.19 regarding Recipients to whom a rights exercise has been communicated, such as regarding rectification (A.16) or erasure of personal data (A.17) or restriction of processing (A.18)
+ A Notice provided in fulfilment of GDPR's Art.19 regarding Recipients to whom a rights exercise has been communicated, such as regarding rectification (A.16) or erasure of personal data (A.17) or restriction of processing (A.18)
+ 2022-11-09
Rights Recipients Notice
- 2022-11-09
-
-
-
-
- State where lawfulness or compliance with GDPR is unknown
-
-
-
-
- Harshvardhan J. Pandit
- 2022-10-22
- GDPR Compliance Unknown
accepted
-
+
- A legal instrument or tool intended to assist or justify data transfers
-
-
-
-
-
-
-
-
-
-
+ Georg P Krog
+ accepted
+
-
-
- 2021-09-22
- accepted
- David Hickey
- Harshvardhan J. Pandit
+
- Data Transfer Tool
-
-
- dct:title
- Indicates a title of the DPIA for human comprehension
-
+ Art 46(2-e) code of conduct
+ 2020-11-04
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
+
+ An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights
+ 2021-09-08
-
+
-
- 2022-10-22
-
+
+
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+ The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person.
+
+ 2020-11-04
+
+
+ Georg P Krog
accepted
- Harshvardhan J. Pandit
- Status or state associated with being lawful or legally compliant regarding GDPR
- GDPR Lawfulness
-
-
-
-
-
-
-
+ Art 49(1-c) conclusion of contract
+
+ 2021-09-08
+
-
+
+
- Georg Krog
+ Standard data protection clauses adopted by a supervisory authority and approved by the Commission pursuant to the examination procedure referred to in GDPR Article 93(2)
+ Georg P Krog
Harshvardhan J. Pandit
- Beatriz Esteves
-
- 2020-11-04
+ Paul Ryan
+ David Hickey
accepted
-
+
+ 2021-09-22
+
+
- information to be provided where personal data is collected from other sources
-
- A14 Right to be Informed
+
+
+ SCCs adopted by Supervisory Authority
-
+
- Art 46(2-f) certification
+ accepted
+
+
+
+ 2019-04-05
+
+ Bud Bruegger
+ Eva Schlehahn
+
+ employment and social security and social protection law
+ Art 9(2-b) employment, social security, social protection law
+
+
+
+ Art 6(1-b) contract performance
+
+
+
+
+ changed
Georg P Krog
+ 2022-11-24
-
-
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
- 2021-09-08
- An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights
- 2020-11-04
- accepted
-
+ Legal basis based on performance of a contract to which the data subject is party
+
+
+ 2022-11-24
-
+
- DPIA Outcome DPA Consultation
-
- 2022-06-22
-
-
Harshvardhan J. Pandit
- accepted
+ Beatriz Esteves
+ Georg Krog
-
- DPIA outcome status indicating a DPA consultation is required
+ 2022-11-09
+ Indirect Data Collection Notice
+ A Notice provided in fulfilment of GDPR's Art.14 regarding information to be provided where personal data are not collected from the data subject
+
+ accepted
+
+
+
-
-
+ DPIA Necessity Assessment
+ accepted
-
- 2022-06-22
+
Process that determines whether a DPIA is necessary
+ 2022-06-22
+
+
Harshvardhan J. Pandit
- DPIA Necessity Assessment
- accepted
-
+
-
-
+
+
+
-
- Bud Bruegger
- Eva Schlehahn
- 2019-04-05
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
+ Georg P Krog
2021-09-08
- Art 6(1-b) contract
- performance of a contract
-
accepted
-
-
-
- Beatriz Esteves
- Georg Krog
- Harshvardhan J. Pandit
+
+
+ Art 46(2-b) Binding Corporate Rules (BCR)
+ Binding corporate rules
2020-11-04
-
-
-
-
- accepted
- Right to rectification
- A16 Right to Rectification
-
-
+
-
-
-
- Harshvardhan J. Pandit
+
+
-
- accepted
-
-
- DPIA Outcome Status
- Status reflecting the outcomes of a DPIA
- 2022-06-22
+
+
+ Harshvardhan J. Pandit
+
+ AdHoc Contractual Clauses
+
+ accepted
+ 2021-09-22
+ Contractual Clauses not drafted by the EU Commission, e.g. by the Controller
+
+
+
- DPIA Recommends Processing Continue
-
+
+
+
Harshvardhan J. Pandit
Georg P Krog
-
+ DPIA Recommends Processing Continue
+ Recommendation from a DPIA that the processing may continue
2022-10-22
accepted
- Recommendation from a DPIA that the processing may continue
-
-
+
+
+ Harshvardhan J. Pandit
+ Georg Krog
+ Beatriz Esteves
+
accepted
+
+ A18 Right to Restrict Processing
+ Right to restriction of processing
+
+
-
-
+ 2020-11-04
+
+
+
Art 6(1-e) public interest
+
+
+ changed
2022-08-24
- Harshvardhan J. Pandit
-
+
+
+ Legal basis based on performance of a task carried out in the public interest
-
-
- public interest
+
+
+ Harshvardhan J. Pandit
+ 2022-11-24
-
+
+ dct:coverage
+ For expressing coverage (e.g. jurisdictions, products, services) of the DPIA document or process. For temporal coverage, please see dct:temporal. The coverage can be expressed using dpv:PersonalDataHandling, or using another concept, or even be a link or reference to a document, or a textual description
+
+
+
- public interest or official authority
-
-
- 2019-04-05
- 2021-09-08
-
-
-
-
-
- Eva Schlehahn
- Bud Bruegger
- accepted
- Art 6(1-e) public interest or official authority
+
+ A16 Right to Rectification
+ Harshvardhan J. Pandit
+ Beatriz Esteves
+ Georg Krog
+ 2020-11-04
+ Right to rectification
+ accepted
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ Legal basis based on data subject's given consent to the processing of his or her personal data for one or more specific purposes
+
+ Harshvardhan J. Pandit
+ Art.6(1-a) consent
+
+ 2022-11-24
+ 2022-09-07
+
+
+ Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a.
+ changed
+
-
+
-
-
-
- Supplementary Measure
accepted
+
+ Georg Krog
+ Beatriz Esteves
+ Harshvardhan J. Pandit
+
- David Hickey
- Georg P Krog
- Harshvardhan J. Pandit
-
-
+ 2020-11-04
+ A19 Right to Rectification
+ Right to be notified in case of rectification or erasure of personal data or restriction of processing
- Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements
- 2021-09-22
+
-
+
-
- 2021-09-08
- 2020-11-04
- accepted
+ Legal basis based on protecting the vital interests of another natural person that is not the data subject
+ 2022-11-24
+
+ 2022-11-24
+
+
-
-
- Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights
-
+
+
+ changed
+ Art 6(1-d) protect vital interests of natural person
+
Georg P Krog
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority.
- Art 46(3-b) administrative arrangements
+
+
+
+ dct:subject
+ For expressing the subject of the DPIA document or process, where subject refers to the point of focus. For expressing what is affected or included within the DPIA, please see dct:coverage
-
+ 2022-11-24
-
- Art 6(1-c) legal obligation
+
2019-04-05
Bud Bruegger
Eva Schlehahn
-
- accepted
+ Harshvardhan J. Pandit
- 2021-09-08
- compliance with a legal obligation
+ changed
+
+ Legal basis based on compliance with a legal obligation to which the controller is subject
+ Art 6(1-c) legal obligation
+
-
+
+ For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was submitted for audit or approval
+
+ dct:dateSubmitted
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- A77 Right to Complaint
+ Harshvardhan J. Pandit
+ Georg P Krog
+ Recommendation from a DPIA that the processing should not continue
accepted
-
+
+
+ 2022-10-22
-
- Harshvardhan J. Pandit
- Georg Krog
- Beatriz Esteves
- Right to lodge a complaint with a supervisory authority
-
- 2020-11-04
-
+
+ DPIA Recommends Processing Not Continue
-
+
+
+
+
+
- Beatriz Esteves
+ A Notice provided in fulfilment of GDPR's Art.15 regarding information to be provided for Right of Access or Subject Access Request (SAR)
Georg Krog
+ Beatriz Esteves
Harshvardhan J. Pandit
accepted
-
+ SAR Notice
+ 2022-11-09
+
-
- Right of access
-
- 2020-11-04
- A15 Right of Access
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Legal_Basis Concepts
-
+
-
+
-
-
- official authority
+
+ Status reflecting the outcomes of a DPIA
accepted
-
-
- Art 6(1-e) official authority
-
-
-
+
+
+
+
+
+
- 2022-08-24
Harshvardhan J. Pandit
+ DPIA Outcome Status
+ 2022-06-22
-
+
- Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)". This is the legal basis that requires consent but not at the level of being 'explicit'.
+ establishment, exercise or defence of legal claims / courts acting in their judicial capacity
+ Art 9(2-f) judicial process
+ accepted
-
-
- Rigo Wenning
- Harshvardhan J. Pandit
- Bud Bruegger
- Eva Schlehahn
- 2022-09-07
+
+
+ 2019-04-05
- consent (non-explicit or regular) of the data subject
- changed
-
-
- 2019-04-10
- Art.6(1-a) regular consent
-
-
-
-
-
+ Eva Schlehahn
+ Bud Bruegger
+
-
-
+
+ accepted
+ Condition where a DPIA is not required
+
+ 2022-06-22
- Georg P Krog
- Paul Ryan
- David Hickey
+
Harshvardhan J. Pandit
-
- Binding Corporate Rules (BCR)
+ DPIA Not Required
+
+
+
+ For expressing the temporal coverage of the DPIA document or process
+ dct:temporal
+
+
+
+
+
+ SCCs adopted by Commission
+ Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)
2021-09-22
accepted
+ Paul Ryan
+ David Hickey
+ Georg P Krog
+ Harshvardhan J. Pandit
-
- Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises.
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+ Legal_Basis_Special Concepts
+
+
- Art 49(1-g) public register
+
+ The transfer is necessary for important reasons of public interest.
+
+
+
-
-
- 2020-11-04
- The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case.
+
+ Georg P Krog
2021-09-08
+ Art 49(1-d) public interest
accepted
-
-
- Georg P Krog
- Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist.
-
-
-
-
-
-
+
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
2020-11-04
- Georg Krog
- Beatriz Esteves
- Harshvardhan J. Pandit
-
- accepted
- A7-3 Right to Withdraw Consent
-
-
- Right to withdraw consent at any time
-
+
-
- GDPR Non-compliant
- State of being unlawful or legally non-compliant for GDPR
+ Georg P Krog
+ 2021-09-08
+ accepted
+ Standard data protection clauses adopted by a Supervisory Authority
+
+
-
+ 2020-11-04
- 2022-10-22
- accepted
- Harshvardhan J. Pandit
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority
+ Art 46(2-d) Standard Contractual Clauses (SCC) by DPA
+
+
+
-
+
-
- 2021-09-22
- Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers
-
- Certification Mechanisms for Data Transfers
-
-
+
+
accepted
-
-
- Harshvardhan J. Pandit
-
-
-
- dct:coverage
- For expressing coverage (e.g. jurisdictions, products, services) of the DPIA document or process. For temporal coverage, please see dct:temporal. The coverage can be expressed using dpv:PersonalDataHandling, or using another concept, or even be a link or reference to a document, or a textual description
-
-
-
+
+ 2022-10-22
- DPIA Conformant
- 2022-10-22
+ Georg P Krog
Harshvardhan J. Pandit
+
+ DPIA Processing Recommendation
+
+ Recommendation from the DPIA regarding processing
+
+
+
+ Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary.
+ 2021-09-08
Georg P Krog
accepted
-
-
- Expressing the specified process is conformant with a DPIA
+
+
+ Transfer from EU to a third country. Third country has Adequacy Decision.
+
+
+ Art 45(3) adequacy decision
+ 2020-11-04
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
- Rigo Wenning
- Harshvardhan J. Pandit
- Bud Bruegger
- Eva Schlehahn
-
- consent (explicit) of the data subject
-
-
- 2022-06-22
-
+ GDPR Compliant
+ State of being lawful or legally compliant for GDPR
- changed
-
- 2022-09-07
-
-
- Art 6(1-a) explicit consent
- Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Legal_Basis_Data_Transfer Concepts
+
+
+ Harshvardhan J. Pandit
+
+ accepted
+ 2022-10-22
+
-
+
-
Harshvardhan J. Pandit
Georg Krog
Beatriz Esteves
-
-
- Indirect Data Collection Notice
+ A Notice provided in fulfilment of GDPR's Art.13 regarding information to be provided where personal data are collected from the data subject
2022-11-09
- A Notice provided in fulfilment of GDPR's Art.14 regarding information to be provided where personal data are not collected from the data subject
+ accepted
+ Direct Data Collection Notice
+
+
+
+
+
+
+ A17 Right to Erasure
+ 2020-11-04
+
+
+
+ Harshvardhan J. Pandit
+ Beatriz Esteves
+ Georg Krog
+
+
+
accepted
+ Right to erasure ('Right to be forgotten')
-
- Legal_Basis_Special Concepts
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Legal_Basis_Data_Transfer Concepts
-
+
-
+
+
+
+ preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3
2019-04-05
- establishment, exercise or defence of legal claims / courts acting in their judicial capacity
- Bud Bruegger
+
Eva Schlehahn
-
+ Bud Bruegger
-
- Art 9(2-f) judicial process
+ Art 9(2-h) health & medicine
accepted
-
-
+
- Harshvardhan J. Pandit
- DPIA Required
-
- accepted
- Condition where a DPIA is required
-
-
-
- 2022-06-22
-
-
-
- DPIA Risk Status
-
-
-
- 2022-06-22
- Harshvardhan J. Pandit
- Status reflecting the status of risk associated with a DPIA
+
+
+
+ Art 46(2-c) Standard Contractual Clauses (SCC) by EC
+ Standard data protection clauses adopted by the Commission
+ 2020-11-04
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
+
+
+ 2021-09-08
+ Georg P Krog
accepted
-
-
-
-
+
-
- SAR Notice
- Harshvardhan J. Pandit
+ A7-3 Right to Withdraw Consent
+
Georg Krog
Beatriz Esteves
-
-
- A Notice provided in fulfilment of GDPR's Art.15 regarding information to be provided for Right of Access or Subject Access Request (SAR)
-
+ Harshvardhan J. Pandit
- 2022-11-09
- accepted
-
-
-
- Standard data protection clauses adopted by a Supervisory Authority
+ 2020-11-04
+
accepted
-
-
-
-
+
- 2020-11-04
- Georg P Krog
- 2021-09-08
- Art 46(2-d) Standard Contractual Clauses (SCC) by DPA
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority
-
-
+ Right to withdraw consent at any time
-
-
-
-
+
+ Indicates an identifier associated with the DPIA documentation or process. Identifiers may be reused from existing systems, or created for the purposes of record management
+
+ dct:identifier
-
+
-
-
-
- Art 9(2-g) public interest
+
+
+ 2022-11-24
+
+ changed
+ Georg P Krog
+ Art 6(1-b) enter into contract
- 2019-04-05
- Bud Bruegger
- Eva Schlehahn
- substantial public interest, on the basis of Union or Member State law
- 2021-09-08
- accepted
-
+
+
+
+ Legal basis based on taking steps at the request of the data subject prior to entering into a contract
+ 2022-11-24
-
-
-
-
-
+
+
+
+
-
-
- For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was last modified
- dct:modified
+
+
+ accepted
+
+
+ 2022-10-22
+
+
+ Status or state associated with being lawful or legally compliant regarding GDPR
+
+ Harshvardhan J. Pandit
+ GDPR Lawfulness
For expressing prior versions or iterations of the DPIA document or process
dct:isVersionOf
-
- dct:subject
-
- For expressing the subject of the DPIA document or process, where subject refers to the point of focus. For expressing what is affected or included within the DPIA, please see dct:coverage
-
-
+
-
- DPIA Not Required
-
- 2022-06-22
+ Legal basis based on data subject's given explicit consent to the processing of his or her personal data for one or more specific purposes
+ Eva Schlehahn
+ Bud Bruegger
+ Harshvardhan J. Pandit
+ Rigo Wenning
+
+
+
+
- Condition where a DPIA is not required
-
- accepted
- Harshvardhan J. Pandit
+ 2022-06-22
+
+
+ Art 6(1-a) explicit consent
+ 2022-11-24
+ Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)"
+ changed
-
+
-
-
- Binding corporate rules
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
-
- Art 46(2-b) Binding Corporate Rules (BCR)
- 2021-09-08
-
-
- 2020-11-04
- accepted
+
+
+ Georg Krog
+ Beatriz Esteves
+ Harshvardhan J. Pandit
+ accepted
- Georg P Krog
+ 2020-11-04
+ information to be provided where personal data is collected from other sources
+
+ A14 Right to be Informed
+
+
+
+
+
+ For expressing the status of the DPIA document or process. Here different statuses are used to convey different contextual meanings. For example, dpv:ActivityStatus expresses the state of the activity in terms of whether it is ongoing or completed, and dpv:AuditStatus expresses the state of the audit process in terms of being required, approved, or rejected. These are applied over each step of the DPIA i.e. DPIANecessityAssessment, DPIAProcedure, and DPIAOutcome. Similarly, a process also uses hasStatus with DPIAConformity to indicate adherence to the results of the DPIA process.
+ dpv:hasStatus
+
+
+
+
+
+
+
+
+
+ dct:valid
+
+ For expressing the temporal date or range of validity of the DPIA document or process. This refers to the time period for which the DPIA is considered valid, and does not refer to the temporal period associated with processing (see dct:temporal instead). The assumption is that after this period, the DPIA should be re-evaluated or some process should be triggered
+ DPIA Indicates Low Risk
+ DPIA identifying low risk levels
+
+
+
+
Harshvardhan J. Pandit
- DPIA identifying low risk levels
2022-06-22
- DPIA Indicates Low Risk
accepted
+
+
+
+ A dataset or catalogue or any other resource provided in fulfilment of a Right Exercise, such as for GDPR's Art.15 regarding Right of Access or Art.20 regarding Right to Data Portability. The associated properties from DCAT and DCMI DCT vocabularies provide convenient means to express metadata such as URL for accessing the data, its temporal validity and acecss restrictions, and specific datasets present along with their schemas.
+ dcat:Resource
+
+
+
+ dct:created
+ For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was created
+
+
+
+ GDPR Compliance Unknown
+
+ Harshvardhan J. Pandit
+ State where lawfulness or compliance with GDPR is unknown
+
+ accepted
+ 2022-10-22
-
-
+
+ dct:conformsTo
+ For expressing an existing standard, guideline, or requirements to which the DPIA document or process will be conforming to. This could be external guidelines published by an Authority, or internal guidelines established by the organisation
+
+
+
+
+ For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was last modified
+ dct:modified
+
+
-
- DPIA Outcome
-
- 2022-06-22
- Process representing determining outcome of a DPIA
+
+ GDPR Non-compliant
+
Harshvardhan J. Pandit
-
+ State of being unlawful or legally non-compliant for GDPR
+
accepted
+ 2022-10-22
-
+
+ accepted
+
- DPIA Processing Recommendation
Georg P Krog
Harshvardhan J. Pandit
-
- Recommendation from the DPIA regarding processing
-
-
-
-
2022-10-22
- accepted
+ DPIA Non-Conformant
+ Expressing the specified process is not conformant with a DPIA
+
+
-
+
- accepted
-
-
- Harshvardhan J. Pandit
- Codes of Conduct for Data Transfers
-
-
- Codes of Conduct that outline sufficient safeguards for carrying out data transfers
- 2021-09-22
+ 2020-11-04
+
+
+
+ changed
+ Art 49(1-a) explicit consent
+ The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards.
+
+ Georg P Krog
+ 2022-06-22
+
+
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
-
+
- 2021-09-22
- accepted
-
+ Georg P Krog
+
- Harshvardhan J. Pandit
- AdHoc Contractual Clauses
-
-
- Contractual Clauses not drafted by the EU Commission, e.g. by the Controller
-
-
-
+
+
+ 2022-11-24
+ Legal basis based on the purposes of the legitimate interests pursued by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child
+ 2022-11-24
+
+
+
+ changed
+ Art 6(1-f) legitimate interest of third party
-
- Indicates a description of the DPIA for human comprehension
- dct:description
+
+ For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was accepted through audit or approval
+ dct:dateAccepted
-
+
-
- State of being lawful or legally compliant for GDPR
-
-
- Harshvardhan J. Pandit
- 2022-10-22
+ 2021-09-08
+ Art 9(2-c) protect vital interest
+
accepted
-
- GDPR Compliant
-
+ 2019-04-05
+ protection of the vital interests
+
+
+
+ Bud Bruegger
+ Eva Schlehahn
+
+
-
-
-
-
-
+
+
-
+
+
+
+
+
+
+
+
-
-
- 2021-09-08
- Bud Bruegger
- Eva Schlehahn
- legitimate interests
- Art 6(1-f) legitimate interest
+
+
accepted
-
-
- 2019-04-05
+
+ Harshvardhan J. Pandit
+ DPIA Required
+ Condition where a DPIA is required
+ 2022-06-22
+
+
+
+ dct:description
+ Indicates a description of the DPIA for human comprehension
-
-
-
-
-
-
-
-
- For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was accepted through audit or approval
- dct:dateAccepted
+
+
+
-
-
- dct:valid
- For expressing the temporal date or range of validity of the DPIA document or process. This refers to the time period for which the DPIA is considered valid, and does not refer to the temporal period associated with processing (see dct:temporal instead). The assumption is that after this period, the DPIA should be re-evaluated or some process should be triggered
+
+
+
-
-
-
-
-
+
+
+
+
-
- dct:temporal
-
- For expressing the temporal coverage of the DPIA document or process
+
+
+
+
- dct:hasPart
For expressing something contains a DPIA document or process contains as a part. For example, as some dpv:DPIA dct:hasPart DPIANecessityAssessment
+ dct:hasPart
-
- dcat:Resource
-
- A dataset or catalogue or any other resource provided in fulfilment of a Right Exercise, such as for GDPR's Art.15 regarding Right of Access or Art.20 regarding Right to Data Portability. The associated properties from DCAT and DCMI DCT vocabularies provide convenient means to express metadata such as URL for accessing the data, its temporal validity and acecss restrictions, and specific datasets present along with their schemas.
-
-
+
+ For expressing a DPIA document or process is part of another. For example, as some DPIANecessityAssessment dct:isPartOf some dpv:DPIA
+ dct:isPartOf
- For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was submitted for audit or approval
- dct:dateSubmitted
-
-
-
+
+
-
- dpv:hasStatus
-
- For expressing the status of the DPIA document or process. Here different statuses are used to convey different contextual meanings. For example, dpv:ActivityStatus expresses the state of the activity in terms of whether it is ongoing or completed, and dpv:AuditStatus expresses the state of the audit process in terms of being required, approved, or rejected. These are applied over each step of the DPIA i.e. DPIANecessityAssessment, DPIAProcedure, and DPIAOutcome. Similarly, a process also uses hasStatus with DPIAConformity to indicate adherence to the results of the DPIA process.
+
+
+
-
-
- dct:identifier
- Indicates an identifier associated with the DPIA documentation or process. Identifiers may be reused from existing systems, or created for the purposes of record management
+
+
-
-
+
+
-
-
-
+
+
-
-
-
+
+
diff --git a/dpv-gdpr/dpv-gdpr.ttl b/dpv-gdpr/dpv-gdpr.ttl
index f7939b833..a0c42f5e7 100644
--- a/dpv-gdpr/dpv-gdpr.ttl
+++ b/dpv-gdpr/dpv-gdpr.ttl
@@ -158,12 +158,18 @@ dpv-gdpr:Legal_BasisConcepts a skos:Collection ;
dpv-gdpr:A6-1-a-explicit-consent,
dpv-gdpr:A6-1-a-non-explicit-consent,
dpv-gdpr:A6-1-b,
+ dpv-gdpr:A6-1-b-contract-performance,
+ dpv-gdpr:A6-1-b-enter-into-contract,
dpv-gdpr:A6-1-c,
dpv-gdpr:A6-1-d,
+ dpv-gdpr:A6-1-d-data-subject,
+ dpv-gdpr:A6-1-d-natual-person,
dpv-gdpr:A6-1-e,
dpv-gdpr:A6-1-e-official-authority,
dpv-gdpr:A6-1-e-public-interest,
- dpv-gdpr:A6-1-f ;
+ dpv-gdpr:A6-1-f,
+ dpv-gdpr:A6-1-f-controller,
+ dpv-gdpr:A6-1-f-third-party ;
skos:prefLabel "Legal_Basis Concepts"^^xsd:string .
dpv-gdpr:Legal_Basis_Data_TransferConcepts a skos:Collection ;
@@ -220,12 +226,24 @@ dpv-gdpr:RightsConcepts a skos:Collection ;
dpv:ConformanceStatus skos:narrower dpv-gdpr:DPIAConformity .
+dpv:ContractPerformance skos:narrower dpv-gdpr:A6-1-b-contract-performance .
+
+dpv:EnterIntoContract skos:narrower dpv-gdpr:A6-1-b-enter-into-contract .
+
dpv:Lawfulness skos:narrower dpv-gdpr:GDPRLawfulness .
dpv:LegalObligation skos:narrower dpv-gdpr:A6-1-c .
+dpv:LegitimateInterestOfController skos:narrower dpv-gdpr:A6-1-f-controller .
+
+dpv:LegitimateInterestOfThirdParty skos:narrower dpv-gdpr:A6-1-f-third-party .
+
+dpv:VitalInterestOfDataSubject skos:narrower dpv-gdpr:A6-1-d-data-subject .
+
dpv:VitalInterestOfNatualPerson skos:narrower dpv-gdpr:A49-1-f .
+dpv:VitalInterestOfNaturalPerson skos:narrower dpv-gdpr:A6-1-d-natual-person .
+
dpv-gdpr:A13 a skos:Concept,
dpv:Concept ;
dct:created "2020-11-04"^^xsd:date ;
@@ -500,76 +518,33 @@ dpv-gdpr:A6-1-a a skos:Concept,
dpv:Concept ;
dct:created "2022-09-07"^^xsd:date ;
dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:ExpressedConsent ;
- skos:definition "consent of the data subject"@en ;
+ skos:definition "Legal basis based on data subject's given consent to the processing of his or her personal data for one or more specific purposes"@en ;
skos:inScheme dpv-gdpr: ;
skos:note "Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a."@en ;
skos:prefLabel "Art.6(1-a) consent"@en ;
dpv:isSubTypeOf dpv:ExpressedConsent .
-dpv-gdpr:A6-1-b a skos:Concept,
- dpv:Concept ;
- dct:created "2019-04-05"^^xsd:date ;
- dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
- dct:source ;
- rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv:Contract ;
- skos:definition "performance of a contract"@en ;
- skos:inScheme dpv-gdpr: ;
- skos:prefLabel "Art 6(1-b) contract"@en ;
- dpv:isSubTypeOf dpv:Contract .
-
dpv-gdpr:A6-1-c a skos:Concept,
dpv:Concept ;
dct:created "2019-04-05"^^xsd:date ;
dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:LegalObligation ;
- skos:definition "compliance with a legal obligation"@en ;
+ skos:definition "Legal basis based on compliance with a legal obligation to which the controller is subject"@en ;
skos:inScheme dpv-gdpr: ;
skos:prefLabel "Art 6(1-c) legal obligation"@en ;
dpv:isSubTypeOf dpv:LegalObligation .
-dpv-gdpr:A6-1-d a skos:Concept,
- dpv:Concept ;
- dct:created "2019-04-05"^^xsd:date ;
- dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
- dct:source ;
- rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv:VitalInterest ;
- skos:definition "protection of the vital interests"@en ;
- skos:inScheme dpv-gdpr: ;
- skos:prefLabel "Art 6(1-d) protect vital interests"@en ;
- dpv:isSubTypeOf dpv:VitalInterest .
-
-dpv-gdpr:A6-1-f a skos:Concept,
- dpv:Concept ;
- dct:created "2019-04-05"^^xsd:date ;
- dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
- dct:source ;
- rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv:LegitimateInterest ;
- skos:definition "legitimate interests"@en ;
- skos:inScheme dpv-gdpr: ;
- skos:prefLabel "Art 6(1-f) legitimate interest"@en ;
- dpv:isSubTypeOf dpv:LegitimateInterest .
-
dpv-gdpr:A7-3 a skos:Concept,
dpv:Concept ;
dct:created "2020-11-04"^^xsd:date ;
@@ -1220,13 +1195,13 @@ dpv-gdpr:A6-1-a-explicit-consent a skos:Concept,
"Eva Schlehahn"^^xsd:string,
"Harshvardhan J. Pandit"^^xsd:string,
"Rigo Wenning"^^xsd:string ;
- dct:modified "2022-09-07"^^xsd:date ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
sw:term_status "changed"@en ;
skos:broader dpv:ExplicitlyExpressedConsent,
dpv-gdpr:A6-1a ;
- skos:definition "consent (explicit) of the data subject"@en ;
+ skos:definition "Legal basis based on data subject's given explicit consent to the processing of his or her personal data for one or more specific purposes"@en ;
skos:inScheme dpv-gdpr: ;
skos:note "Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\""@en ;
skos:prefLabel "Art 6(1-a) explicit consent"@en ;
@@ -1240,29 +1215,94 @@ dpv-gdpr:A6-1-a-non-explicit-consent a skos:Concept,
"Eva Schlehahn"^^xsd:string,
"Harshvardhan J. Pandit"^^xsd:string,
"Rigo Wenning"^^xsd:string ;
- dct:modified "2022-09-07"^^xsd:date ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
sw:term_status "changed"@en ;
skos:broader dpv:ExpressedConsent,
dpv-gdpr:A6-1a ;
- skos:definition "consent (non-explicit or regular) of the data subject"@en ;
+ skos:definition "Legal basis based on data subject's given non-explicit express consent to the processing of his or her personal data for one or more specific purposes"@en ;
skos:inScheme dpv-gdpr: ;
skos:note "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'."@en ;
skos:prefLabel "Art.6(1-a) regular consent"@en ;
dpv:isSubTypeOf dpv:ExpressedConsent,
dpv-gdpr:A6-1a .
+dpv-gdpr:A6-1-b-contract-performance a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:ContractPerformance,
+ dpv-gdpr:A6-1-b ;
+ skos:definition "Legal basis based on performance of a contract to which the data subject is party"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:prefLabel "Art 6(1-b) contract performance"@en ;
+ dpv:isSubTypeOf dpv:ContractPerformance,
+ dpv-gdpr:A6-1-b .
+
+dpv-gdpr:A6-1-b-enter-into-contract a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:EnterIntoContract,
+ dpv-gdpr:A6-1-b ;
+ skos:definition "Legal basis based on taking steps at the request of the data subject prior to entering into a contract"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:prefLabel "Art 6(1-b) enter into contract"@en ;
+ dpv:isSubTypeOf dpv:EnterIntoContract,
+ dpv-gdpr:A6-1-b .
+
+dpv-gdpr:A6-1-d-data-subject a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:VitalInterestOfDataSubject,
+ dpv-gdpr:A6-1-d ;
+ skos:definition "Legal basis based on protecting the vital interests of the data subject"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:prefLabel "Art 6(1-d) protect vital interests of data subject"@en ;
+ dpv:isSubTypeOf dpv:VitalInterestOfDataSubject,
+ dpv-gdpr:A6-1-d .
+
+dpv-gdpr:A6-1-d-natual-person a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:VitalInterestOfNaturalPerson,
+ dpv-gdpr:A6-1-d ;
+ skos:definition "Legal basis based on protecting the vital interests of another natural person that is not the data subject"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:prefLabel "Art 6(1-d) protect vital interests of natural person"@en ;
+ dpv:isSubTypeOf dpv:VitalInterestOfNaturalPerson,
+ dpv-gdpr:A6-1-d .
+
dpv-gdpr:A6-1-e-official-authority a skos:Concept,
dpv:Concept ;
dct:created "2022-08-24"^^xsd:date ;
dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:OfficialAuthorityOfController,
dpv-gdpr:A6-1-e ;
- skos:definition "official authority"@en ;
+ skos:definition "Legal basis based on the exercise of official authority vested in the controller"@en ;
skos:inScheme dpv-gdpr: ;
skos:prefLabel "Art 6(1-e) official authority"@en ;
dpv:isSubTypeOf dpv:OfficialAuthorityOfController,
@@ -1272,17 +1312,50 @@ dpv-gdpr:A6-1-e-public-interest a skos:Concept,
dpv:Concept ;
dct:created "2022-08-24"^^xsd:date ;
dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:PublicInterest,
dpv-gdpr:A6-1-e ;
- skos:definition "public interest"@en ;
+ skos:definition "Legal basis based on performance of a task carried out in the public interest"@en ;
skos:inScheme dpv-gdpr: ;
skos:prefLabel "Art 6(1-e) public interest"@en ;
dpv:isSubTypeOf dpv:PublicInterest,
dpv-gdpr:A6-1-e .
+dpv-gdpr:A6-1-f-controller a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:LegitimateInterestOfController,
+ dpv-gdpr:A6-1-f ;
+ skos:definition "Legal basis based on the purposes of the legitimate interests pursued by the controller, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:prefLabel "Art 6(1-f) legitimate interest of controller"@en ;
+ dpv:isSubTypeOf dpv:LegitimateInterestOfController,
+ dpv-gdpr:A6-1-f .
+
+dpv-gdpr:A6-1-f-third-party a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:LegitimateInterestOfThirdParty,
+ dpv-gdpr:A6-1-f ;
+ skos:definition "Legal basis based on the purposes of the legitimate interests pursued by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:prefLabel "Art 6(1-f) legitimate interest of third party"@en ;
+ dpv:isSubTypeOf dpv:LegitimateInterestOfThirdParty,
+ dpv-gdpr:A6-1-f .
+
dpv-gdpr:AdHocContractualClauses a skos:Concept,
dpv:Concept ;
dct:created "2021-09-22"^^xsd:date ;
@@ -1397,6 +1470,60 @@ dpv:LegitimateInterest skos:narrower dpv-gdpr:A49-2,
dpv-gdpr:A6-1-f,
dpv-gdpr:A9-2-d .
+dpv-gdpr:A6-1-b a skos:Concept,
+ dpv:Concept ;
+ dct:created "2019-04-05"^^xsd:date ;
+ dct:creator "Bud Bruegger"^^xsd:string,
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:Contract ;
+ skos:definition "Legal basis based on performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:narrower dpv-gdpr:A6-1-b-contract-performance,
+ dpv-gdpr:A6-1-b-enter-into-contract ;
+ skos:prefLabel "Art 6(1-b) contract"@en ;
+ dpv:isSubTypeOf dpv:Contract .
+
+dpv-gdpr:A6-1-d a skos:Concept,
+ dpv:Concept ;
+ dct:created "2019-04-05"^^xsd:date ;
+ dct:creator "Bud Bruegger"^^xsd:string,
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:VitalInterest ;
+ skos:definition "Legal basis based on protecting the vital interests of the data subject or of another natural person"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:narrower dpv-gdpr:A6-1-d-data-subject,
+ dpv-gdpr:A6-1-d-natual-person ;
+ skos:prefLabel "Art 6(1-d) protect vital interests"@en ;
+ dpv:isSubTypeOf dpv:VitalInterest .
+
+dpv-gdpr:A6-1-f a skos:Concept,
+ dpv:Concept ;
+ dct:created "2019-04-05"^^xsd:date ;
+ dct:creator "Bud Bruegger"^^xsd:string,
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:LegitimateInterest ;
+ skos:definition "Legal basis based on the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"@en ;
+ skos:inScheme dpv-gdpr: ;
+ skos:narrower dpv-gdpr:A6-1-f-controller,
+ dpv-gdpr:A6-1-f-third-party ;
+ skos:prefLabel "Art 6(1-f) legitimate interest"@en ;
+ dpv:isSubTypeOf dpv:LegitimateInterest .
+
dpv-gdpr:DPIAConformity a skos:Concept,
dpv:Concept ;
dct:created "2022-10-22"^^xsd:date ;
@@ -1449,14 +1576,15 @@ dpv-gdpr:A6-1-e a skos:Concept,
dpv:Concept ;
dct:created "2019-04-05"^^xsd:date ;
dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:OfficialAuthorityOfController,
dpv:PublicInterest ;
- skos:definition "public interest or official authority"@en ;
+ skos:definition "Legal basis based on performance of a task carried out in the public interest or in the exercise of official authority vested in the controller"@en ;
skos:inScheme dpv-gdpr: ;
skos:narrower dpv-gdpr:A6-1-e-official-authority,
dpv-gdpr:A6-1-e-public-interest ;
diff --git a/dpv-gdpr/index.html b/dpv-gdpr/index.html
index ded65658a..89efcb3d2 100644
--- a/dpv-gdpr/index.html
+++ b/dpv-gdpr/index.html
@@ -456,12 +456,18 @@ Classes
Art 6(1-a) explicit consent
|
Art.6(1-a) regular consent
|
Art 6(1-b) contract
|
+ Art 6(1-b) contract performance
|
+ Art 6(1-b) enter into contract
|
Art 6(1-c) legal obligation
|
Art 6(1-d) protect vital interests
|
+ Art 6(1-d) protect vital interests of data subject
|
+ Art 6(1-d) protect vital interests of natural person
|
Art 6(1-e) public interest or official authority
|
Art 6(1-e) official authority
|
Art 6(1-e) public interest
|
Art 6(1-f) legitimate interest
|
+ Art 6(1-f) legitimate interest of controller
|
+ Art 6(1-f) legitimate interest of third party
|
@@ -482,7 +488,7 @@ Art.6(1-a) consent
Description:
- consent of the data subject
+ Legal basis based on data subject's given consent to the processing of his or her personal data for one or more specific purposes
SubType of:
@@ -504,6 +510,10 @@ Art.6(1-a) consent
Created:
2022-09-07
+
+ Modified:
+ 2022-11-24
+
Contributor(s):
@@ -531,7 +541,7 @@ Art 6(1-a) explicit consent
Description:
- consent (explicit) of the data subject
+ Legal basis based on data subject's given explicit consent to the processing of his or her personal data for one or more specific purposes
SubType of:
@@ -556,7 +566,7 @@ Art 6(1-a) explicit consent
Modified:
- 2022-09-07
+ 2022-11-24
Contributor(s):
@@ -588,7 +598,7 @@ Art.6(1-a) regular consent
Description:
- consent (non-explicit or regular) of the data subject
+ Legal basis based on data subject's given non-explicit express consent to the processing of his or her personal data for one or more specific purposes
SubType of:
@@ -613,7 +623,7 @@ Art.6(1-a) regular consent
Modified:
- 2022-09-07
+ 2022-11-24
Contributor(s):
@@ -645,7 +655,7 @@ Art 6(1-b) contract
Description:
- performance of a contract
+ Legal basis based on performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract
SubType of:
@@ -665,13 +675,114 @@ Art 6(1-b) contract
Modified:
- 2021-09-08
+ 2022-11-24
Contributor(s):
Bud Bruegger,
- Eva Schlehahn
+ Eva Schlehahn,
+ Harshvardhan J. Pandit
+
+
+
+
+
+
+
+
+
+
+ IRI
+ https://w3id.org/dpv/dpv-gdpr#A6-1-b-contract-performance
+
+
+ Term:
+ A6-1-b-contract-performance
+
+
+ Label:
+ Art 6(1-b) contract performance
+
+
+ Description:
+ Legal basis based on performance of a contract to which the data subject is party
+
+
+ SubType of:
+
+ dpv:ContractPerformance ,
+ dpv-gdpr:A6-1-b
+
+
+
+ Source:
+
+ GDPR Art.6-1b
+
+
+
+ Created:
+ 2022-11-24
+
+
+ Modified:
+ 2022-11-24
+
+
+ Contributor(s):
+
+ Georg P Krog
+
+
+
+
+
+
+ Art 6(1-b) enter into contract
+
+
+
+ IRI
+ https://w3id.org/dpv/dpv-gdpr#A6-1-b-enter-into-contract
+
+
+ Term:
+ A6-1-b-enter-into-contract
+
+
+ Label:
+ Art 6(1-b) enter into contract
+
+
+ Description:
+ Legal basis based on taking steps at the request of the data subject prior to entering into a contract
+
+
+ SubType of:
+
+ dpv:EnterIntoContract ,
+ dpv-gdpr:A6-1-b
+
+
+
+ Source:
+
+ GDPR Art.6-1b
+
+
+
+ Created:
+ 2022-11-24
+
+
+ Modified:
+ 2022-11-24
+
+
+ Contributor(s):
+
+ Georg P Krog
@@ -695,7 +806,7 @@ Art 6(1-c) legal obligation
Description:
- compliance with a legal obligation
+ Legal basis based on compliance with a legal obligation to which the controller is subject
SubType of:
@@ -715,13 +826,14 @@ Art 6(1-c) legal obligation
Modified:
- 2021-09-08
+ 2022-11-24
Contributor(s):
Bud Bruegger,
- Eva Schlehahn
+ Eva Schlehahn,
+ Harshvardhan J. Pandit
@@ -745,7 +857,7 @@ Art 6(1-d) protect vital interests
Description:
- protection of the vital interests
+ Legal basis based on protecting the vital interests of the data subject or of another natural person
SubType of:
@@ -765,13 +877,114 @@ Art 6(1-d) protect vital interests
Modified:
- 2021-09-08
+ 2022-11-24
Contributor(s):
Bud Bruegger,
- Eva Schlehahn
+ Eva Schlehahn,
+ Harshvardhan J. Pandit
+
+
+
+
+
+
+ Art 6(1-d) protect vital interests of data subject
+
+
+
+ IRI
+ https://w3id.org/dpv/dpv-gdpr#A6-1-d-data-subject
+
+
+ Term:
+ A6-1-d-data-subject
+
+
+ Label:
+ Art 6(1-d) protect vital interests of data subject
+
+
+ Description:
+ Legal basis based on protecting the vital interests of the data subject
+
+
+ SubType of:
+
+ dpv:VitalInterestOfDataSubject ,
+ dpv-gdpr:A6-1-d
+
+
+
+ Source:
+
+ GDPR Art.6-1d
+
+
+
+ Created:
+ 2022-11-24
+
+
+ Modified:
+ 2022-11-24
+
+
+ Contributor(s):
+
+ Georg P Krog
+
+
+
+
+
+
+ Art 6(1-d) protect vital interests of natural person
+
+
+
+ IRI
+ https://w3id.org/dpv/dpv-gdpr#A6-1-d-natual-person
+
+
+ Term:
+ A6-1-d-natual-person
+
+
+ Label:
+ Art 6(1-d) protect vital interests of natural person
+
+
+ Description:
+ Legal basis based on protecting the vital interests of another natural person that is not the data subject
+
+
+ SubType of:
+
+ dpv:VitalInterestOfNaturalPerson ,
+ dpv-gdpr:A6-1-d
+
+
+
+ Source:
+
+ GDPR Art.6-1d
+
+
+
+ Created:
+ 2022-11-24
+
+
+ Modified:
+ 2022-11-24
+
+
+ Contributor(s):
+
+ Georg P Krog
@@ -795,7 +1008,7 @@ Art 6(1-e) public interest or official authority
Description:
- public interest or official authority
+ Legal basis based on performance of a task carried out in the public interest or in the exercise of official authority vested in the controller
SubType of:
@@ -816,13 +1029,14 @@ Art 6(1-e) public interest or official authority
Modified:
- 2021-09-08
+ 2022-11-24
Contributor(s):
Bud Bruegger,
- Eva Schlehahn
+ Eva Schlehahn,
+ Harshvardhan J. Pandit
@@ -846,7 +1060,7 @@ Art 6(1-e) official authority
Description:
- official authority
+ Legal basis based on the exercise of official authority vested in the controller
SubType of:
@@ -865,6 +1079,10 @@ Art 6(1-e) official authority
Created:
2022-08-24
+
+ Modified:
+ 2022-11-24
+
Contributor(s):
@@ -892,7 +1110,7 @@ Art 6(1-e) public interest
Description:
- public interest
+ Legal basis based on performance of a task carried out in the public interest
SubType of:
@@ -911,6 +1129,10 @@ Art 6(1-e) public interest
Created:
2022-08-24
+
+ Modified:
+ 2022-11-24
+
Contributor(s):
@@ -938,7 +1160,7 @@ Art 6(1-f) legitimate interest
Description:
- legitimate interests
+ Legal basis based on the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child
SubType of:
@@ -958,13 +1180,114 @@ Art 6(1-f) legitimate interest
Modified:
- 2021-09-08
+ 2022-11-24
Contributor(s):
Bud Bruegger,
- Eva Schlehahn
+ Eva Schlehahn,
+ Harshvardhan J. Pandit
+
+
+
+
+
+
+ Art 6(1-f) legitimate interest of controller
+
+
+
+ IRI
+ https://w3id.org/dpv/dpv-gdpr#A6-1-f-controller
+
+
+ Term:
+ A6-1-f-controller
+
+
+ Label:
+ Art 6(1-f) legitimate interest of controller
+
+
+ Description:
+ Legal basis based on the purposes of the legitimate interests pursued by the controller, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child
+
+
+ SubType of:
+
+ dpv:LegitimateInterestOfController ,
+ dpv-gdpr:A6-1-f
+
+
+
+ Source:
+
+ GDPR Art.6-1f
+
+
+
+ Created:
+ 2022-11-24
+
+
+ Modified:
+ 2022-11-24
+
+
+ Contributor(s):
+
+ Georg P Krog
+
+
+
+
+
+
+ Art 6(1-f) legitimate interest of third party
+
+
+
+ IRI
+ https://w3id.org/dpv/dpv-gdpr#A6-1-f-third-party
+
+
+ Term:
+ A6-1-f-third-party
+
+
+ Label:
+ Art 6(1-f) legitimate interest of third party
+
+
+ Description:
+ Legal basis based on the purposes of the legitimate interests pursued by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child
+
+
+ SubType of:
+
+ dpv:LegitimateInterestOfThirdParty ,
+ dpv-gdpr:A6-1-f
+
+
+
+ Source:
+
+ GDPR Art.6-1f
+
+
+
+ Created:
+ 2022-11-24
+
+
+ Modified:
+ 2022-11-24
+
+
+ Contributor(s):
+
+ Georg P Krog
diff --git a/dpv-gdpr/modules/compliance.jsonld b/dpv-gdpr/modules/compliance.jsonld
index 75768e1a0..0ba3e7c59 100644
--- a/dpv-gdpr/modules/compliance.jsonld
+++ b/dpv-gdpr/modules/compliance.jsonld
@@ -1,6 +1,6 @@
[
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRCompliant",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRComplianceUnknown",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -35,13 +35,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "State of being lawful or legally compliant for GDPR"
+ "@value": "State where lawfulness or compliance with GDPR is unknown"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "GDPR Compliant"
+ "@value": "GDPR Compliance Unknown"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -102,7 +102,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRComplianceUnknown",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRNonCompliant",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -137,13 +137,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "State where lawfulness or compliance with GDPR is unknown"
+ "@value": "State of being unlawful or legally non-compliant for GDPR"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "GDPR Compliance Unknown"
+ "@value": "GDPR Non-compliant"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -153,10 +153,16 @@
]
},
{
- "@id": "https://w3id.org/dpv#Lawfulness",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness",
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawfulness"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRCompliant"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRNonCompliant"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRComplianceUnknown"
}
]
},
@@ -186,7 +192,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRNonCompliant",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRCompliant",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -221,13 +227,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "State of being unlawful or legally non-compliant for GDPR"
+ "@value": "State of being lawful or legally compliant for GDPR"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "GDPR Non-compliant"
+ "@value": "GDPR Compliant"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -237,16 +243,10 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawulness",
+ "@id": "https://w3id.org/dpv#Lawfulness",
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRCompliant"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRNonCompliant"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRComplianceUnknown"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#GDPRLawfulness"
}
]
}
diff --git a/dpv-gdpr/modules/compliance.rdf b/dpv-gdpr/modules/compliance.rdf
index 9919a1461..0624d1d68 100644
--- a/dpv-gdpr/modules/compliance.rdf
+++ b/dpv-gdpr/modules/compliance.rdf
@@ -7,13 +7,13 @@
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
-
+
- GDPR Compliant
- State of being lawful or legally compliant for GDPR
+ GDPR Compliance Unknown
+ State where lawfulness or compliance with GDPR is unknown
2022-10-22
accepted
Harshvardhan J. Pandit
@@ -31,35 +31,18 @@
Harshvardhan J. Pandit
-
-
-
-
-
- GDPR Lawfulness
- Status or state associated with being lawful or legally compliant regarding GDPR
- 2022-10-22
- accepted
- Harshvardhan J. Pandit
-
-
-
+
- GDPR Compliance Unknown
- State where lawfulness or compliance with GDPR is unknown
+ GDPR Compliant
+ State of being lawful or legally compliant for GDPR
2022-10-22
accepted
Harshvardhan J. Pandit
-
-
-
-
-
Compliance Concepts
@@ -68,6 +51,23 @@
+
+
+
+
+
+
+
+
+
+
+ GDPR Lawfulness
+ Status or state associated with being lawful or legally compliant regarding GDPR
+ 2022-10-22
+ accepted
+ Harshvardhan J. Pandit
+
+
diff --git a/dpv-gdpr/modules/data_transfers.jsonld b/dpv-gdpr/modules/data_transfers.jsonld
index 90304b71a..6b3c9c4b3 100644
--- a/dpv-gdpr/modules/data_transfers.jsonld
+++ b/dpv-gdpr/modules/data_transfers.jsonld
@@ -1,6 +1,6 @@
[
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -15,6 +15,9 @@
{
"@value": "David Hickey"
},
+ {
+ "@value": "Paul Ryan"
+ },
{
"@value": "Georg P Krog"
},
@@ -24,7 +27,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -41,34 +44,68 @@
"http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- },
- {
- "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements"
+ "@value": "Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Supplementary Measure"
+ "@value": "Binding Corporate Rules (BCR)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Collection"
+ ],
+ "http://www.w3.org/2004/02/skos/core#member": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses"
},
{
- "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@value": "Data_Transfers Concepts"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -95,7 +132,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -111,43 +148,46 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
+ "@value": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Standard Contractual Clauses (SCC)"
+ "@value": "SCCs adopted by Commission"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission",
+ "@id": "https://w3id.org/dpv#Contract",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -159,22 +199,13 @@
}
],
"http://purl.org/dc/terms/creator": [
- {
- "@value": "David Hickey"
- },
- {
- "@value": "Paul Ryan"
- },
- {
- "@value": "Georg P Krog"
- },
{
"@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj"
+ "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -191,34 +222,28 @@
"http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)"
+ "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "SCCs adopted by Commission"
+ "@value": "Certification Mechanisms for Data Transfers"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -253,79 +278,90 @@
"http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ },
+ {
+ "@id": "https://w3id.org/dpv#Contract"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers"
+ "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Codes of Conduct for Data Transfers"
+ "@value": "AdHoc Contractual Clauses"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#Contract",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
+ "@id": "https://w3id.org/dpv#Contract"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
- },
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-22"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- },
+ "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure"
+ "@language": "en",
+ "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "Data_Transfers Concepts"
+ "@language": "en",
+ "@value": "Codes of Conduct for Data Transfers"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -337,6 +373,12 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "David Hickey"
+ },
+ {
+ "@value": "Georg P Krog"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -362,19 +404,19 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
},
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller"
+ "@value": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "AdHoc Contractual Clauses"
+ "@value": "Supplementary Measure"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -382,7 +424,7 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
},
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure"
}
]
},
@@ -485,62 +527,6 @@
}
]
},
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-22"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://purl.org/dc/terms/source": [
- {
- "@id": "https://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
- {
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Certification Mechanisms for Data Transfers"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
- }
- ]
- },
{
"@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority",
"@type": [
@@ -613,7 +599,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -640,7 +626,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj"
+ "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -655,6 +641,9 @@
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv#Contract"
+ },
{
"@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
@@ -662,16 +651,27 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises."
+ "@value": "Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Binding Corporate Rules (BCR)"
+ "@value": "Standard Contractual Clauses (SCC)"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv#Contract"
+ },
{
"@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool"
}
diff --git a/dpv-gdpr/modules/data_transfers.rdf b/dpv-gdpr/modules/data_transfers.rdf
index 8fc834498..4d287aa50 100644
--- a/dpv-gdpr/modules/data_transfers.rdf
+++ b/dpv-gdpr/modules/data_transfers.rdf
@@ -7,18 +7,19 @@
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
-
+
-
-
- AdHoc Contractual Clauses
- Contractual Clauses not drafted by the EU Commission, e.g. by the Controller
-
+ Binding Corporate Rules (BCR)
+ Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises.
+
2021-09-22
accepted
+ David Hickey
+ Paul Ryan
+ Georg P Krog
Harshvardhan J. Pandit
@@ -45,40 +46,33 @@
Harshvardhan J. Pandit
-
+
+
+
+
+
-
-
- Supplementary Measure
- Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements
+ Codes of Conduct for Data Transfers
+ Codes of Conduct that outline sufficient safeguards for carrying out data transfers
2021-09-22
accepted
- David Hickey
- Georg P Krog
Harshvardhan J. Pandit
-
-
-
+
-
-
- Standard Contractual Clauses (SCC)
- Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries
-
+ Certification Mechanisms for Data Transfers
+ Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers
+
2021-09-22
accepted
- David Hickey
- Paul Ryan
- Georg P Krog
Harshvardhan J. Pandit
@@ -100,49 +94,35 @@
Harshvardhan J. Pandit
-
-
- Data_Transfers Concepts
-
-
-
-
-
-
-
-
-
-
-
+
+
- Binding Corporate Rules (BCR)
- Binding corporate rules (BCR) are data protection policies adhered to by companies established in the EU for transfers of personal data outside the EU within a group of undertakings or enterprises.
-
+
+ Supplementary Measure
+ Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements
+
2021-09-22
accepted
David Hickey
- Paul Ryan
Georg P Krog
Harshvardhan J. Pandit
-
-
-
-
-
+
+
+
+
-
+
-
- SCCs adopted by Commission
- Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)
-
+ Standard Contractual Clauses (SCC)
+ Standard Contractual Clauses (SCCs) are pre-approved clauses by the EU for ensuring appropriate data protection safeguards intended for data transfers from the EU to third countries
+
2021-09-22
accepted
David Hickey
@@ -151,29 +131,49 @@
Harshvardhan J. Pandit
-
+
+
- Codes of Conduct for Data Transfers
- Codes of Conduct that outline sufficient safeguards for carrying out data transfers
+
+ AdHoc Contractual Clauses
+ Contractual Clauses not drafted by the EU Commission, e.g. by the Controller
2021-09-22
accepted
Harshvardhan J. Pandit
-
+
+
+ Data_Transfers Concepts
+
+
+
+
+
+
+
+
+
+
+
+
- Certification Mechanisms for Data Transfers
- Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers
-
+
+ SCCs adopted by Commission
+ Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)
+
2021-09-22
accepted
+ David Hickey
+ Paul Ryan
+ Georg P Krog
Harshvardhan J. Pandit
diff --git a/dpv-gdpr/modules/dpia.jsonld b/dpv-gdpr/modules/dpia.jsonld
index 5181bcca0..fc22d5c08 100644
--- a/dpv-gdpr/modules/dpia.jsonld
+++ b/dpv-gdpr/modules/dpia.jsonld
@@ -1,38 +1,24 @@
[
{
- "@id": "http://purl.org/dc/terms/modified",
+ "@id": "http://purl.org/dc/terms/valid",
"@type": [
"https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:modified"
+ "@value": "dct:valid"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
- "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was last modified"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#DPIA",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityAssessment"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcedure"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcome"
+ "@value": "For expressing the temporal date or range of validity of the DPIA document or process. This refers to the time period for which the DPIA is considered valid, and does not refer to the temporal period associated with processing (see dct:temporal instead). The assumption is that after this period, the DPIA should be re-evaluated or some process should be triggered"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcedure",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformant",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -40,12 +26,15 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2022-10-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Georg P Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -61,97 +50,101 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DPIA"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Process representing carrying out a DPIA"
+ "@value": "Expressing the specified process is conformant with a DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Procedure"
+ "@value": "DPIA Conformant"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#DPIA"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DpiaConcepts",
+ "@id": "http://purl.org/dc/terms/isVersionOf",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
+ "https://w3id.org/dpv#Relation"
],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityAssessment"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcedure"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcome"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARequired"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANotRequired"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesHighRisk"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesLowRisk"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesNoRisk"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeDPAConsultation"
- },
+ "@language": "en",
+ "@value": "dct:isVersionOf"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeRisksMitigated"
- },
+ "@language": "en",
+ "@value": "For expressing prior versions or iterations of the DPIA document or process"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#ConformanceStatus",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeHighResidualRisk"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesNoRisk",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-06-22"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingContinue"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingNotContinue"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformant"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANonConformant"
+ "@language": "en",
+ "@value": "DPIA identifying no risk is present"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "Dpia Concepts"
+ "@language": "en",
+ "@value": "DPIA Indicates No Risk"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
}
]
},
@@ -207,7 +200,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityAssessment",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingContinue",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -215,12 +208,15 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2022-10-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Georg P Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -236,65 +232,65 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DPIA"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Process that determines whether a DPIA is necessary"
+ "@value": "Recommendation from a DPIA that the processing may continue"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Necessity Assessment"
+ "@value": "DPIA Recommends Processing Continue"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#DPIA"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
}
]
},
{
- "@id": "http://purl.org/dc/terms/created",
+ "@id": "http://purl.org/dc/terms/dateAccepted",
"@type": [
"https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:created"
+ "@value": "dct:dateAccepted"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
- "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was created"
+ "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was accepted through audit or approval"
}
]
},
{
- "@id": "http://purl.org/dc/terms/conformsTo",
+ "@id": "http://purl.org/dc/terms/isPartOf",
"@type": [
"https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:conformsTo"
+ "@value": "dct:isPartOf"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
- "@value": "For expressing an existing standard, guideline, or requirements to which the DPIA document or process will be conforming to. This could be external guidelines published by an Authority, or internal guidelines established by the organisation"
+ "@value": "For expressing a DPIA document or process is part of another. For example, as some DPIANecessityAssessment dct:isPartOf some dpv:DPIA"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingNotContinue",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -326,80 +322,110 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
+ "@id": "https://w3id.org/dpv#AuditStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Recommendation from a DPIA that the processing should not continue"
+ "@value": "Recommendation from the DPIA regarding processing"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingContinue"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingNotContinue"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Recommends Processing Not Continue"
+ "@value": "DPIA Processing Recommendation"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
+ "@id": "https://w3id.org/dpv#AuditStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcome",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DpiaConcepts",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Collection"
],
- "http://purl.org/dc/terms/created": [
+ "http://www.w3.org/2004/02/skos/core#member": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityAssessment"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcedure"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcome"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
+ },
{
- "@id": "https://w3id.org/dpv#DPIA"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#definition": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARequired"
+ },
{
- "@language": "en",
- "@value": "Process representing determining outcome of a DPIA"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANotRequired"
+ },
{
- "@language": "en",
- "@value": "DPIA Outcome"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesHighRisk"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesLowRisk"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesNoRisk"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeDPAConsultation"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeRisksMitigated"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeHighResidualRisk"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingContinue"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingNotContinue"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformant"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANonConformant"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv#DPIA"
+ "@value": "Dpia Concepts"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeHighResidualRisk",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -428,80 +454,76 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ "@id": "https://w3id.org/dpv#AuditStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "DPIA outcome status indicating high residual risk which are not acceptable for continuation"
+ "@value": "Status reflecting the status of risk associated with a DPIA"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesHighRisk"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesLowRisk"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesNoRisk"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Outcome High Residual Risk"
+ "@value": "DPIA Risk Status"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ "@id": "https://w3id.org/dpv#AuditStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesNoRisk",
+ "@id": "http://purl.org/dc/terms/title",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
- }
+ "https://w3id.org/dpv#Relation"
],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ "@value": "dct:title"
}
],
- "http://www.w3.org/2004/02/skos/core#definition": [
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
- "@value": "DPIA identifying no risk is present"
+ "@value": "Indicates a title of the DPIA for human comprehension"
}
+ ]
+ },
+ {
+ "@id": "http://purl.org/dc/terms/dateSubmitted",
+ "@type": [
+ "https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Indicates No Risk"
+ "@value": "dct:dateSubmitted"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ "@language": "en",
+ "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was submitted for audit or approval"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeRisksMitigated",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -509,15 +531,12 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-22"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Georg P Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -533,37 +552,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#ConformanceStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Conformity of a process with a DPIA"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformant"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANonConformant"
+ "@value": "DPIA outcome status indicating (all) risks have been mitigated"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Conformity"
+ "@value": "DPIA Outcome Risks Mitigated"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#ConformanceStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingContinue",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -571,15 +582,12 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-22"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Georg P Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -595,47 +603,76 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
+ "@id": "https://w3id.org/dpv#AuditStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Recommendation from a DPIA that the processing may continue"
+ "@value": "Status reflecting the outcomes of a DPIA"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeDPAConsultation"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeRisksMitigated"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeHighResidualRisk"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Recommends Processing Continue"
+ "@value": "DPIA Outcome Status"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
+ "@id": "https://w3id.org/dpv#AuditStatus"
}
]
},
{
- "@id": "http://purl.org/dc/terms/isPartOf",
+ "@id": "http://purl.org/dc/terms/subject",
"@type": [
"https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:isPartOf"
+ "@value": "dct:subject"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
- "@value": "For expressing a DPIA document or process is part of another. For example, as some DPIANecessityAssessment dct:isPartOf some dpv:DPIA"
+ "@value": "For expressing the subject of the DPIA document or process, where subject refers to the point of focus. For expressing what is affected or included within the DPIA, please see dct:coverage"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeRisksMitigated",
+ "@id": "http://purl.org/dc/terms/modified",
+ "@type": [
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "dct:modified"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ {
+ "@language": "en",
+ "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was last modified"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeHighResidualRisk",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -670,13 +707,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "DPIA outcome status indicating (all) risks have been mitigated"
+ "@value": "DPIA outcome status indicating high residual risk which are not acceptable for continuation"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Outcome Risks Mitigated"
+ "@value": "DPIA Outcome High Residual Risk"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -686,43 +723,60 @@
]
},
{
- "@id": "http://purl.org/dc/terms/valid",
+ "@id": "https://w3id.org/dpv#AuditStatus",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#hasStatus",
"@type": [
"https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:valid"
+ "@value": "dpv:hasStatus"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
- "@value": "For expressing the temporal date or range of validity of the DPIA document or process. This refers to the time period for which the DPIA is considered valid, and does not refer to the temporal period associated with processing (see dct:temporal instead). The assumption is that after this period, the DPIA should be re-evaluated or some process should be triggered"
+ "@value": "For expressing the status of the DPIA document or process. Here different statuses are used to convey different contextual meanings. For example, dpv:ActivityStatus expresses the state of the activity in terms of whether it is ongoing or completed, and dpv:AuditStatus expresses the state of the audit process in terms of being required, approved, or rejected. These are applied over each step of the DPIA i.e. DPIANecessityAssessment, DPIAProcedure, and DPIAOutcome. Similarly, a process also uses hasStatus with DPIAConformity to indicate adherence to the results of the DPIA process."
}
]
},
{
- "@id": "http://purl.org/dc/terms/description",
+ "@id": "http://purl.org/dc/terms/hasPart",
"@type": [
"https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:description"
+ "@value": "dct:hasPart"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
- "@value": "Indicates a description of the DPIA for human comprehension"
+ "@value": "For expressing something contains a DPIA document or process contains as a part. For example, as some dpv:DPIA dct:hasPart DPIANecessityAssessment"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANotRequired",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANonConformant",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -730,12 +784,15 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2022-10-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Georg P Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -751,55 +808,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Condition where a DPIA is not required"
+ "@value": "Expressing the specified process is not conformant with a DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Not Required"
+ "@value": "DPIA Non-Conformant"
}
],
"https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
- }
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/title",
- "@type": [
- "https://w3id.org/dpv#Relation"
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "dct:title"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
- {
- "@language": "en",
- "@value": "Indicates a title of the DPIA for human comprehension"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#ConformanceStatus",
- "http://www.w3.org/2004/02/skos/core#narrower": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityAssessment",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -828,55 +859,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
+ "@id": "https://w3id.org/dpv#DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Status reflecting whether a DPIA is necessary"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARequired"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANotRequired"
+ "@value": "Process that determines whether a DPIA is necessary"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Necessity Status"
+ "@value": "DPIA Necessity Assessment"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
- }
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/dateSubmitted",
- "@type": [
- "https://w3id.org/dpv#Relation"
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "dct:dateSubmitted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
- {
- "@language": "en",
- "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was submitted for audit or approval"
+ "@id": "https://w3id.org/dpv#DPIA"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformant",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANotRequired",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -884,15 +889,12 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-22"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Georg P Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -908,29 +910,47 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Expressing the specified process is conformant with a DPIA"
+ "@value": "Condition where a DPIA is not required"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Conformant"
+ "@value": "DPIA Not Required"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus",
+ "@id": "http://purl.org/dc/terms/description",
+ "@type": [
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "dct:description"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ {
+ "@language": "en",
+ "@value": "Indicates a description of the DPIA for human comprehension"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -965,24 +985,21 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Status reflecting the status of risk associated with a DPIA"
+ "@value": "Status reflecting whether a DPIA is necessary"
}
],
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesHighRisk"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesLowRisk"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARequired"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesNoRisk"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANotRequired"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Risk Status"
+ "@value": "DPIA Necessity Status"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -992,25 +1009,57 @@
]
},
{
- "@id": "http://purl.org/dc/terms/temporal",
+ "@id": "http://purl.org/dc/terms/conformsTo",
"@type": [
"https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:temporal"
+ "@value": "dct:conformsTo"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ {
+ "@language": "en",
+ "@value": "For expressing an existing standard, guideline, or requirements to which the DPIA document or process will be conforming to. This could be external guidelines published by an Authority, or internal guidelines established by the organisation"
+ }
+ ]
+ },
+ {
+ "@id": "http://purl.org/dc/terms/coverage",
+ "@type": [
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "dct:coverage"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
- "@value": "For expressing the temporal coverage of the DPIA document or process"
+ "@value": "For expressing coverage (e.g. jurisdictions, products, services) of the DPIA document or process. For temporal coverage, please see dct:temporal. The coverage can be expressed using dpv:PersonalDataHandling, or using another concept, or even be a link or reference to a document, or a textual description"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARequired",
+ "@id": "https://w3id.org/dpv#DPIA",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityAssessment"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcedure"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcome"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcedure",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1039,29 +1088,47 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
+ "@id": "https://w3id.org/dpv#DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Condition where a DPIA is required"
+ "@value": "Process representing carrying out a DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Required"
+ "@value": "DPIA Procedure"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
+ "@id": "https://w3id.org/dpv#DPIA"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus",
+ "@id": "http://purl.org/dc/terms/temporal",
+ "@type": [
+ "https://w3id.org/dpv#Relation"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "dct:temporal"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ {
+ "@language": "en",
+ "@value": "For expressing the temporal coverage of the DPIA document or process"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingNotContinue",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1069,12 +1136,15 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2022-10-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Georg P Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1090,147 +1160,116 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Status reflecting the outcomes of a DPIA"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeDPAConsultation"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeRisksMitigated"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeHighResidualRisk"
+ "@value": "Recommendation from a DPIA that the processing should not continue"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Outcome Status"
+ "@value": "DPIA Recommends Processing Not Continue"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
}
]
},
{
- "@id": "http://purl.org/dc/terms/subject",
+ "@id": "http://purl.org/dc/terms/identifier",
"@type": [
"https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:subject"
+ "@value": "dct:identifier"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
- "@value": "For expressing the subject of the DPIA document or process, where subject refers to the point of focus. For expressing what is affected or included within the DPIA, please see dct:coverage"
+ "@value": "Indicates an identifier associated with the DPIA documentation or process. Identifiers may be reused from existing systems, or created for the purposes of record management"
}
]
},
{
- "@id": "http://purl.org/dc/terms/hasPart",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARequired",
"@type": [
- "https://w3id.org/dpv#Relation"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://purl.org/dc/terms/created": [
{
- "@language": "en",
- "@value": "dct:hasPart"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-06-22"
}
],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ "http://purl.org/dc/terms/creator": [
{
- "@language": "en",
- "@value": "For expressing something contains a DPIA document or process contains as a part. For example, as some dpv:DPIA dct:hasPart DPIANecessityAssessment"
+ "@value": "Harshvardhan J. Pandit"
}
- ]
- },
- {
- "@id": "https://w3id.org/dpv#AuditStatus",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
- },
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
}
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/identifier",
- "@type": [
- "https://w3id.org/dpv#Relation"
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "dct:identifier"
+ "@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Indicates an identifier associated with the DPIA documentation or process. Identifiers may be reused from existing systems, or created for the purposes of record management"
+ "@value": "Condition where a DPIA is required"
}
- ]
- },
- {
- "@id": "https://w3id.org/dpv#hasStatus",
- "@type": [
- "https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dpv:hasStatus"
+ "@value": "DPIA Required"
}
],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@language": "en",
- "@value": "For expressing the status of the DPIA document or process. Here different statuses are used to convey different contextual meanings. For example, dpv:ActivityStatus expresses the state of the activity in terms of whether it is ongoing or completed, and dpv:AuditStatus expresses the state of the audit process in terms of being required, approved, or rejected. These are applied over each step of the DPIA i.e. DPIANecessityAssessment, DPIAProcedure, and DPIAOutcome. Similarly, a process also uses hasStatus with DPIAConformity to indicate adherence to the results of the DPIA process."
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANecessityStatus"
}
]
},
{
- "@id": "http://purl.org/dc/terms/isVersionOf",
+ "@id": "http://purl.org/dc/terms/created",
"@type": [
"https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:isVersionOf"
+ "@value": "dct:created"
}
],
"http://www.w3.org/2004/02/skos/core#scopeNote": [
{
"@language": "en",
- "@value": "For expressing prior versions or iterations of the DPIA document or process"
+ "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was created"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesHighRisk",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1238,12 +1277,15 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2022-10-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Georg P Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1259,29 +1301,37 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ "@id": "https://w3id.org/dpv#ConformanceStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "DPIA identifying high risk levels"
+ "@value": "Conformity of a process with a DPIA"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformant"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANonConformant"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Indicates High Risk"
+ "@value": "DPIA Conformity"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
+ "@id": "https://w3id.org/dpv#ConformanceStatus"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIANonConformant",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcome",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1289,15 +1339,12 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-22"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Georg P Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1313,47 +1360,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ "@id": "https://w3id.org/dpv#DPIA"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Expressing the specified process is not conformant with a DPIA"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "DPIA Non-Conformant"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAConformity"
+ "@value": "Process representing determining outcome of a DPIA"
}
- ]
- },
- {
- "@id": "http://purl.org/dc/terms/dateAccepted",
- "@type": [
- "https://w3id.org/dpv#Relation"
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "dct:dateAccepted"
+ "@value": "DPIA Outcome"
}
],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@language": "en",
- "@value": "For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was accepted through audit or approval"
+ "@id": "https://w3id.org/dpv#DPIA"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAProcessingRecommendation",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIAIndicatesHighRisk",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1361,15 +1390,12 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-22"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Georg P Krog"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1385,32 +1411,24 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Recommendation from the DPIA regarding processing"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingContinue"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARecommendsProcessingNotContinue"
+ "@value": "DPIA identifying high risk levels"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "DPIA Processing Recommendation"
+ "@value": "DPIA Indicates High Risk"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#AuditStatus"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DPIARiskStatus"
}
]
},
@@ -1464,23 +1482,5 @@
"@id": "https://w3id.org/dpv/dpv-gdpr#DPIAOutcomeStatus"
}
]
- },
- {
- "@id": "http://purl.org/dc/terms/coverage",
- "@type": [
- "https://w3id.org/dpv#Relation"
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "dct:coverage"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
- {
- "@language": "en",
- "@value": "For expressing coverage (e.g. jurisdictions, products, services) of the DPIA document or process. For temporal coverage, please see dct:temporal. The coverage can be expressed using dpv:PersonalDataHandling, or using another concept, or even be a link or reference to a document, or a textual description"
- }
- ]
}
]
\ No newline at end of file
diff --git a/dpv-gdpr/modules/dpia.rdf b/dpv-gdpr/modules/dpia.rdf
index 73d1b183b..f939ad575 100644
--- a/dpv-gdpr/modules/dpia.rdf
+++ b/dpv-gdpr/modules/dpia.rdf
@@ -7,62 +7,50 @@
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
-
-
-
-
-
- DPIA Risk Status
- Status reflecting the status of risk associated with a DPIA
- 2022-06-22
- accepted
- Harshvardhan J. Pandit
-
-
-
-
-
-
+
-
-
- DPIA Conformant
- Expressing the specified process is conformant with a DPIA
+
+
+ DPIA Recommends Processing Not Continue
+ Recommendation from a DPIA that the processing should not continue
2022-10-22
accepted
Harshvardhan J. Pandit
Georg P Krog
-
-
- dct:created
- For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was created
-
-
+
-
-
- DPIA Indicates No Risk
- DPIA identifying no risk is present
+
+
+ DPIA Outcome DPA Consultation
+ DPIA outcome status indicating a DPA consultation is required
2022-06-22
accepted
Harshvardhan J. Pandit
-
+
+
+ dct:subject
+ For expressing the subject of the DPIA document or process, where subject refers to the point of focus. For expressing what is affected or included within the DPIA, please see dct:coverage
+
+
-
-
- DPIA Indicates High Risk
- DPIA identifying high risk levels
- 2022-06-22
+
+
+ DPIA Conformity
+ Conformity of a process with a DPIA
+ 2022-10-22
accepted
Harshvardhan J. Pandit
+ Georg P Krog
+
+
@@ -76,102 +64,55 @@
Harshvardhan J. Pandit
-
+
-
-
- DPIA Non-Conformant
- Expressing the specified process is not conformant with a DPIA
+
+
+ DPIA Recommends Processing Continue
+ Recommendation from a DPIA that the processing may continue
2022-10-22
accepted
Harshvardhan J. Pandit
Georg P Krog
-
-
-
-
-
- DPIA Procedure
- Process representing carrying out a DPIA
- 2022-06-22
- accepted
- Harshvardhan J. Pandit
-
-
-
+
-
-
- DPIA Outcome
- Process representing determining outcome of a DPIA
+
+
+ DPIA Indicates Low Risk
+ DPIA identifying low risk levels
2022-06-22
accepted
Harshvardhan J. Pandit
-
-
-
-
-
- DPIA Processing Recommendation
- Recommendation from the DPIA regarding processing
- 2022-10-22
- accepted
- Harshvardhan J. Pandit
- Georg P Krog
-
-
-
-
-
-
-
-
-
- DPIA Conformity
- Conformity of a process with a DPIA
- 2022-10-22
- accepted
- Harshvardhan J. Pandit
- Georg P Krog
-
-
-
-
-
-
- dpv:hasStatus
- For expressing the status of the DPIA document or process. Here different statuses are used to convey different contextual meanings. For example, dpv:ActivityStatus expresses the state of the activity in terms of whether it is ongoing or completed, and dpv:AuditStatus expresses the state of the audit process in terms of being required, approved, or rejected. These are applied over each step of the DPIA i.e. DPIANecessityAssessment, DPIAProcedure, and DPIAOutcome. Similarly, a process also uses hasStatus with DPIAConformity to indicate adherence to the results of the DPIA process.
-
dct:isPartOf
For expressing a DPIA document or process is part of another. For example, as some DPIANecessityAssessment dct:isPartOf some dpv:DPIA
-
+
-
-
- DPIA Necessity Assessment
- Process that determines whether a DPIA is necessary
+
+
+ DPIA Outcome Risks Mitigated
+ DPIA outcome status indicating (all) risks have been mitigated
2022-06-22
accepted
Harshvardhan J. Pandit
-
+
-
-
- DPIA Outcome High Residual Risk
- DPIA outcome status indicating high residual risk which are not acceptable for continuation
+
+
+ DPIA Outcome
+ Process representing determining outcome of a DPIA
2022-06-22
accepted
Harshvardhan J. Pandit
@@ -201,98 +142,148 @@
-
+
- DPIA Necessity Status
- Status reflecting whether a DPIA is necessary
+ DPIA Processing Recommendation
+ Recommendation from the DPIA regarding processing
+ 2022-10-22
+ accepted
+ Harshvardhan J. Pandit
+ Georg P Krog
+
+
+
+
+
+
+
+
+
+ DPIA Outcome High Residual Risk
+ DPIA outcome status indicating high residual risk which are not acceptable for continuation
2022-06-22
accepted
Harshvardhan J. Pandit
-
-
-
-
-
-
-
+
+
+
+
+
+ DPIA Risk Status
+ Status reflecting the status of risk associated with a DPIA
+ 2022-06-22
+ accepted
+ Harshvardhan J. Pandit
+
+
+
+
-
+
-
-
- DPIA Recommends Processing Continue
- Recommendation from a DPIA that the processing may continue
- 2022-10-22
+
+
+ DPIA Indicates High Risk
+ DPIA identifying high risk levels
+ 2022-06-22
accepted
Harshvardhan J. Pandit
- Georg P Krog
-
+
-
-
- DPIA Outcome Risks Mitigated
- DPIA outcome status indicating (all) risks have been mitigated
+
+
+ DPIA Indicates No Risk
+ DPIA identifying no risk is present
2022-06-22
accepted
Harshvardhan J. Pandit
-
-
- dct:title
- Indicates a title of the DPIA for human comprehension
+
+
+
+
+
+ DPIA Non-Conformant
+ Expressing the specified process is not conformant with a DPIA
+ 2022-10-22
+ accepted
+ Harshvardhan J. Pandit
+ Georg P Krog
+
-
+
-
-
- DPIA Recommends Processing Not Continue
- Recommendation from a DPIA that the processing should not continue
+
+
+ DPIA Conformant
+ Expressing the specified process is conformant with a DPIA
2022-10-22
accepted
Harshvardhan J. Pandit
Georg P Krog
-
+
-
-
- DPIA Indicates Low Risk
- DPIA identifying low risk levels
+
+
+ DPIA Necessity Status
+ Status reflecting whether a DPIA is necessary
2022-06-22
accepted
Harshvardhan J. Pandit
+
+
-
-
- dct:coverage
- For expressing coverage (e.g. jurisdictions, products, services) of the DPIA document or process. For temporal coverage, please see dct:temporal. The coverage can be expressed using dpv:PersonalDataHandling, or using another concept, or even be a link or reference to a document, or a textual description
+
+
+
+
+
+ DPIA Not Required
+ Condition where a DPIA is not required
+ 2022-06-22
+ accepted
+ Harshvardhan J. Pandit
+
-
+
- dct:conformsTo
- For expressing an existing standard, guideline, or requirements to which the DPIA document or process will be conforming to. This could be external guidelines published by an Authority, or internal guidelines established by the organisation
+ dct:created
+ For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was created
-
+
-
-
- DPIA Outcome DPA Consultation
- DPIA outcome status indicating a DPA consultation is required
+
+
+ DPIA Necessity Assessment
+ Process that determines whether a DPIA is necessary
+ 2022-06-22
+ accepted
+ Harshvardhan J. Pandit
+
+
+
+
+
+
+
+ DPIA Procedure
+ Process representing carrying out a DPIA
2022-06-22
accepted
Harshvardhan J. Pandit
@@ -313,74 +304,83 @@
-
+
+
+
+
+
+
+
- dct:description
- Indicates a description of the DPIA for human comprehension
+ dct:title
+ Indicates a title of the DPIA for human comprehension
-
-
-
-
-
- DPIA Not Required
- Condition where a DPIA is not required
- 2022-06-22
- accepted
- Harshvardhan J. Pandit
-
+
+
+ dpv:hasStatus
+ For expressing the status of the DPIA document or process. Here different statuses are used to convey different contextual meanings. For example, dpv:ActivityStatus expresses the state of the activity in terms of whether it is ongoing or completed, and dpv:AuditStatus expresses the state of the audit process in terms of being required, approved, or rejected. These are applied over each step of the DPIA i.e. DPIANecessityAssessment, DPIAProcedure, and DPIAOutcome. Similarly, a process also uses hasStatus with DPIAConformity to indicate adherence to the results of the DPIA process.
-
-
+
+
+ dct:hasPart
+ For expressing something contains a DPIA document or process contains as a part. For example, as some dpv:DPIA dct:hasPart DPIANecessityAssessment
+
+
+
+ dct:coverage
+ For expressing coverage (e.g. jurisdictions, products, services) of the DPIA document or process. For temporal coverage, please see dct:temporal. The coverage can be expressed using dpv:PersonalDataHandling, or using another concept, or even be a link or reference to a document, or a textual description
+
+
+
+ dct:dateSubmitted
+ For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was submitted for audit or approval
dct:temporal
For expressing the temporal coverage of the DPIA document or process
+
+
+ dct:conformsTo
+ For expressing an existing standard, guideline, or requirements to which the DPIA document or process will be conforming to. This could be external guidelines published by an Authority, or internal guidelines established by the organisation
+
dct:dateAccepted
For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was accepted through audit or approval
-
+
- dct:isVersionOf
- For expressing prior versions or iterations of the DPIA document or process
+ dct:description
+ Indicates a description of the DPIA for human comprehension
-
+
- dct:hasPart
- For expressing something contains a DPIA document or process contains as a part. For example, as some dpv:DPIA dct:hasPart DPIANecessityAssessment
+ dct:identifier
+ Indicates an identifier associated with the DPIA documentation or process. Identifiers may be reused from existing systems, or created for the purposes of record management
-
-
-
-
+
+
-
+
- dct:valid
- For expressing the temporal date or range of validity of the DPIA document or process. This refers to the time period for which the DPIA is considered valid, and does not refer to the temporal period associated with processing (see dct:temporal instead). The assumption is that after this period, the DPIA should be re-evaluated or some process should be triggered
+ dct:isVersionOf
+ For expressing prior versions or iterations of the DPIA document or process
dct:modified
For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was last modified
-
-
- dct:subject
- For expressing the subject of the DPIA document or process, where subject refers to the point of focus. For expressing what is affected or included within the DPIA, please see dct:coverage
-
-
+
- dct:dateSubmitted
- For expressing when the documentation (e.g. DPIA Necessity Assessment, or DPIA Procedure, or DPIA outcome) was submitted for audit or approval
+ dct:valid
+ For expressing the temporal date or range of validity of the DPIA document or process. This refers to the time period for which the DPIA is considered valid, and does not refer to the temporal period associated with processing (see dct:temporal instead). The assumption is that after this period, the DPIA should be re-evaluated or some process should be triggered
-
-
- dct:identifier
- Indicates an identifier associated with the DPIA documentation or process. Identifiers may be reused from existing systems, or created for the purposes of record management
+
+
+
+
diff --git a/dpv-gdpr/modules/legal_basis.jsonld b/dpv-gdpr/modules/legal_basis.jsonld
index 807f92e12..143d9c919 100644
--- a/dpv-gdpr/modules/legal_basis.jsonld
+++ b/dpv-gdpr/modules/legal_basis.jsonld
@@ -1,17 +1,14 @@
[
{
- "@id": "https://w3id.org/dpv#PublicInterest",
+ "@id": "https://w3id.org/dpv#LegalObligation",
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -19,26 +16,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2022-09-07"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Eva Schlehahn"
- },
- {
- "@value": "Bud Bruegger"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -49,34 +43,48 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#LegalObligation"
+ "@id": "https://w3id.org/dpv#ExpressedConsent"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "compliance with a legal obligation"
+ "@value": "Legal basis based on data subject's given consent to the processing of his or her personal data for one or more specific purposes"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-c) legal obligation"
+ "@value": "Art.6(1-a) consent"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegalObligation"
+ "@id": "https://w3id.org/dpv#ExpressedConsent"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b",
+ "@id": "https://w3id.org/dpv#Contract",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -93,17 +101,20 @@
},
{
"@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -114,34 +125,42 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "performance of a contract"
+ "@value": "Legal basis based on the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-controller"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-third-party"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-b) contract"
+ "@value": "Art 6(1-f) legitimate interest"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-enter-into-contract",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -149,32 +168,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-10"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Eva Schlehahn"
- },
- {
- "@value": "Bud Bruegger"
- },
- {
- "@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Rigo Wenning"
+ "@value": "Georg P Krog"
}
],
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-09-07"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -190,60 +200,54 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
},
{
- "@id": "https://w3id.org/dpv#ExpressedConsent"
+ "@id": "https://w3id.org/dpv#EnterIntoContract"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "consent (non-explicit or regular) of the data subject"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#note": [
- {
- "@language": "en",
- "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'."
+ "@value": "Legal basis based on taking steps at the request of the data subject prior to entering into a contract"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art.6(1-a) regular consent"
+ "@value": "Art 6(1-b) enter into contract"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
},
{
- "@id": "https://w3id.org/dpv#ExpressedConsent"
+ "@id": "https://w3id.org/dpv#EnterIntoContract"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a",
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent",
"http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
- },
{
"@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
}
]
},
{
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent",
+ "@id": "https://w3id.org/dpv#PublicInterest",
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -260,17 +264,20 @@
},
{
"@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -281,48 +288,42 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
- },
- {
- "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
+ "@id": "https://w3id.org/dpv#Contract"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "public interest or official authority"
+ "@value": "Legal basis based on performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract"
}
],
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-enter-into-contract"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-contract-performance"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-e) public interest or official authority"
+ "@value": "Art 6(1-b) contract"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
- },
- {
- "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
+ "@id": "https://w3id.org/dpv#Contract"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -330,12 +331,27 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-09-07"
+ "@value": "2019-04-10"
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Eva Schlehahn"
+ },
+ {
+ "@value": "Bud Bruegger"
+ },
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Rigo Wenning"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
@@ -351,10 +367,13 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
+ },
{
"@id": "https://w3id.org/dpv#ExpressedConsent"
}
@@ -362,80 +381,32 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "consent of the data subject"
+ "@value": "Legal basis based on data subject's given non-explicit express consent to the processing of his or her personal data for one or more specific purposes"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a."
+ "@value": "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art.6(1-a) consent"
+ "@value": "Art.6(1-a) regular consent"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#ExpressedConsent"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
- ],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@value": "Legal_Basis Concepts"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#Contract",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
+ "@id": "https://w3id.org/dpv#ExpressedConsent"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -443,17 +414,29 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-08-24"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Eva Schlehahn"
+ },
+ {
+ "@value": "Bud Bruegger"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -464,48 +447,34 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
- },
- {
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#LegalObligation"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "public interest"
+ "@value": "Legal basis based on compliance with a legal obligation to which the controller is subject"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-e) public interest"
+ "@value": "Art 6(1-c) legal obligation"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
- },
- {
- "@id": "https://w3id.org/dpv#PublicInterest"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#LegitimateInterest",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
+ "@id": "https://w3id.org/dpv#LegalObligation"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -522,17 +491,20 @@
},
{
"@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -543,34 +515,48 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#VitalInterest"
+ "@id": "https://w3id.org/dpv#PublicInterest"
+ },
+ {
+ "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "protection of the vital interests"
+ "@value": "Legal basis based on performance of a task carried out in the public interest or in the exercise of official authority vested in the controller"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@language": "en",
- "@value": "Art 6(1-d) protect vital interests"
- }
- ],
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Art 6(1-e) public interest or official authority"
+ }
+ ],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#VitalInterest"
+ "@id": "https://w3id.org/dpv#PublicInterest"
+ },
+ {
+ "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-data-subject",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -578,17 +564,23 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-08-24"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -599,59 +591,64 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
},
{
- "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
+ "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "official authority"
+ "@value": "Legal basis based on protecting the vital interests of the data subject"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-e) official authority"
+ "@value": "Art 6(1-d) protect vital interests of data subject"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
},
{
- "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
+ "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject"
}
]
},
{
- "@id": "https://w3id.org/dpv#OfficialAuthorityOfController",
+ "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty",
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-third-party"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#LegitimateInterestOfController",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-controller"
}
]
},
{
- "@id": "https://w3id.org/dpv#LegalObligation",
+ "@id": "https://w3id.org/dpv#EnterIntoContract",
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-enter-into-contract"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-controller",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -659,26 +656,91 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-04-05"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Eva Schlehahn"
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "changed"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
},
{
- "@value": "Bud Bruegger"
+ "@id": "https://w3id.org/dpv#LegitimateInterestOfController"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
+ {
+ "@language": "en",
+ "@value": "Legal basis based on the purposes of the legitimate interests pursued by the controller, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Art 6(1-f) legitimate interest of controller"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv#LegitimateInterestOfController"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-08-24"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -689,34 +751,64 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "legitimate interests"
+ "@value": "Legal basis based on performance of a task carried out in the public interest"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-f) legitimate interest"
+ "@value": "Art 6(1-e) public interest"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent",
+ "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-data-subject"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#LegitimateInterest",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterest",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -724,7 +816,7 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2019-04-05"
}
],
"http://purl.org/dc/terms/creator": [
@@ -736,20 +828,17 @@
},
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Rigo Wenning"
}
],
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-09-07"
+ "@value": "2022-11-24"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -765,55 +854,497 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
+ "@id": "https://w3id.org/dpv#VitalInterest"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
+ {
+ "@language": "en",
+ "@value": "Legal basis based on protecting the vital interests of the data subject or of another natural person"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-data-subject"
},
{
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-natual-person"
}
],
- "http://www.w3.org/2004/02/skos/core#definition": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "consent (explicit) of the data subject"
+ "@value": "Art 6(1-d) protect vital interests"
}
],
- "http://www.w3.org/2004/02/skos/core#note": [
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv#VitalInterest"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-contract-performance",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_b/oj"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\""
+ "@value": "changed"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv#ContractPerformance"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
+ {
+ "@language": "en",
+ "@value": "Legal basis based on performance of a contract to which the data subject is party"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 6(1-a) explicit consent"
+ "@value": "Art 6(1-b) contract performance"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
},
{
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ "@id": "https://w3id.org/dpv#ContractPerformance"
}
]
},
{
- "@id": "https://w3id.org/dpv#VitalInterest",
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-06-22"
}
- ]
- },
- {
- "@id": "https://w3id.org/dpv#ExpressedConsent",
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a"
+ "@value": "Eva Schlehahn"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
+ "@value": "Bud Bruegger"
+ },
+ {
+ "@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Rigo Wenning"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_a/oj"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "changed"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
+ },
+ {
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
+ {
+ "@language": "en",
+ "@value": "Legal basis based on data subject's given explicit consent to the processing of his or her personal data for one or more specific purposes"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#note": [
+ {
+ "@language": "en",
+ "@value": "Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\""
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Art 6(1-a) explicit consent"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a"
+ },
+ {
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-natual-person",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_d/oj"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "changed"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
+ {
+ "@language": "en",
+ "@value": "Legal basis based on protecting the vital interests of another natural person that is not the data subject"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Art 6(1-d) protect vital interests of natural person"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#ExpressedConsent",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1a",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-08-24"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_e/oj"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "changed"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
+ {
+ "@language": "en",
+ "@value": "Legal basis based on the exercise of official authority vested in the controller"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Art 6(1-e) official authority"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv#OfficialAuthorityOfController"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#OfficialAuthorityOfController",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Collection"
+ ],
+ "http://www.w3.org/2004/02/skos/core#member": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-enter-into-contract"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-contract-performance"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-data-subject"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-natual-person"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-public-interest"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e-official-authority"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-controller"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-third-party"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@value": "Legal_Basis Concepts"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f-third-party",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-24"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_6/par_1/pnt_f/oj"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "changed"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
+ {
+ "@language": "en",
+ "@value": "Legal basis based on the purposes of the legitimate interests pursued by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Art 6(1-f) legitimate interest of third party"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#ContractPerformance",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b-contract-performance"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d-natual-person"
}
]
}
diff --git a/dpv-gdpr/modules/legal_basis.n3 b/dpv-gdpr/modules/legal_basis.n3
index 42a21a360..ec5924131 100644
--- a/dpv-gdpr/modules/legal_basis.n3
+++ b/dpv-gdpr/modules/legal_basis.n3
@@ -11,93 +11,71 @@ dpv-gdpr:Legal_BasisConcepts a skos:Collection ;
dpv-gdpr:A6-1-a-explicit-consent,
dpv-gdpr:A6-1-a-non-explicit-consent,
dpv-gdpr:A6-1-b,
+ dpv-gdpr:A6-1-b-contract-performance,
+ dpv-gdpr:A6-1-b-enter-into-contract,
dpv-gdpr:A6-1-c,
dpv-gdpr:A6-1-d,
+ dpv-gdpr:A6-1-d-data-subject,
+ dpv-gdpr:A6-1-d-natual-person,
dpv-gdpr:A6-1-e,
dpv-gdpr:A6-1-e-official-authority,
dpv-gdpr:A6-1-e-public-interest,
- dpv-gdpr:A6-1-f ;
+ dpv-gdpr:A6-1-f,
+ dpv-gdpr:A6-1-f-controller,
+ dpv-gdpr:A6-1-f-third-party ;
skos:prefLabel "Legal_Basis Concepts"^^xsd:string .
dpv:Contract skos:narrower dpv-gdpr:A6-1-b .
+dpv:ContractPerformance skos:narrower dpv-gdpr:A6-1-b-contract-performance .
+
+dpv:EnterIntoContract skos:narrower dpv-gdpr:A6-1-b-enter-into-contract .
+
dpv:ExplicitlyExpressedConsent skos:narrower dpv-gdpr:A6-1-a-explicit-consent .
dpv:LegalObligation skos:narrower dpv-gdpr:A6-1-c .
dpv:LegitimateInterest skos:narrower dpv-gdpr:A6-1-f .
+dpv:LegitimateInterestOfController skos:narrower dpv-gdpr:A6-1-f-controller .
+
+dpv:LegitimateInterestOfThirdParty skos:narrower dpv-gdpr:A6-1-f-third-party .
+
dpv:VitalInterest skos:narrower dpv-gdpr:A6-1-d .
+dpv:VitalInterestOfDataSubject skos:narrower dpv-gdpr:A6-1-d-data-subject .
+
+dpv:VitalInterestOfNaturalPerson skos:narrower dpv-gdpr:A6-1-d-natual-person .
+
dpv-gdpr:A6-1-a a skos:Concept,
dpv:Concept ;
dct:created "2022-09-07"^^xsd:date ;
dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:ExpressedConsent ;
- skos:definition "consent of the data subject"@en ;
+ skos:definition "Legal basis based on data subject's given consent to the processing of his or her personal data for one or more specific purposes"@en ;
skos:note "Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a."@en ;
skos:prefLabel "Art.6(1-a) consent"@en ;
dpv:isSubTypeOf dpv:ExpressedConsent .
-dpv-gdpr:A6-1-b a skos:Concept,
- dpv:Concept ;
- dct:created "2019-04-05"^^xsd:date ;
- dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
- dct:source ;
- rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv:Contract ;
- skos:definition "performance of a contract"@en ;
- skos:prefLabel "Art 6(1-b) contract"@en ;
- dpv:isSubTypeOf dpv:Contract .
-
dpv-gdpr:A6-1-c a skos:Concept,
dpv:Concept ;
dct:created "2019-04-05"^^xsd:date ;
dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:LegalObligation ;
- skos:definition "compliance with a legal obligation"@en ;
+ skos:definition "Legal basis based on compliance with a legal obligation to which the controller is subject"@en ;
skos:prefLabel "Art 6(1-c) legal obligation"@en ;
dpv:isSubTypeOf dpv:LegalObligation .
-dpv-gdpr:A6-1-d a skos:Concept,
- dpv:Concept ;
- dct:created "2019-04-05"^^xsd:date ;
- dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
- dct:source ;
- rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv:VitalInterest ;
- skos:definition "protection of the vital interests"@en ;
- skos:prefLabel "Art 6(1-d) protect vital interests"@en ;
- dpv:isSubTypeOf dpv:VitalInterest .
-
-dpv-gdpr:A6-1-f a skos:Concept,
- dpv:Concept ;
- dct:created "2019-04-05"^^xsd:date ;
- dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
- dct:source ;
- rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv:LegitimateInterest ;
- skos:definition "legitimate interests"@en ;
- skos:prefLabel "Art 6(1-f) legitimate interest"@en ;
- dpv:isSubTypeOf dpv:LegitimateInterest .
-
dpv-gdpr:A6-1-a-explicit-consent a skos:Concept,
dpv:Concept ;
dct:created "2022-06-22"^^xsd:date ;
@@ -105,13 +83,13 @@ dpv-gdpr:A6-1-a-explicit-consent a skos:Concept,
"Eva Schlehahn"^^xsd:string,
"Harshvardhan J. Pandit"^^xsd:string,
"Rigo Wenning"^^xsd:string ;
- dct:modified "2022-09-07"^^xsd:date ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
sw:term_status "changed"@en ;
skos:broader dpv:ExplicitlyExpressedConsent,
dpv-gdpr:A6-1a ;
- skos:definition "consent (explicit) of the data subject"@en ;
+ skos:definition "Legal basis based on data subject's given explicit consent to the processing of his or her personal data for one or more specific purposes"@en ;
skos:note "Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\""@en ;
skos:prefLabel "Art 6(1-a) explicit consent"@en ;
dpv:isSubTypeOf dpv:ExplicitlyExpressedConsent,
@@ -124,28 +102,89 @@ dpv-gdpr:A6-1-a-non-explicit-consent a skos:Concept,
"Eva Schlehahn"^^xsd:string,
"Harshvardhan J. Pandit"^^xsd:string,
"Rigo Wenning"^^xsd:string ;
- dct:modified "2022-09-07"^^xsd:date ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
sw:term_status "changed"@en ;
skos:broader dpv:ExpressedConsent,
dpv-gdpr:A6-1a ;
- skos:definition "consent (non-explicit or regular) of the data subject"@en ;
+ skos:definition "Legal basis based on data subject's given non-explicit express consent to the processing of his or her personal data for one or more specific purposes"@en ;
skos:note "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'."@en ;
skos:prefLabel "Art.6(1-a) regular consent"@en ;
dpv:isSubTypeOf dpv:ExpressedConsent,
dpv-gdpr:A6-1a .
+dpv-gdpr:A6-1-b-contract-performance a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:ContractPerformance,
+ dpv-gdpr:A6-1-b ;
+ skos:definition "Legal basis based on performance of a contract to which the data subject is party"@en ;
+ skos:prefLabel "Art 6(1-b) contract performance"@en ;
+ dpv:isSubTypeOf dpv:ContractPerformance,
+ dpv-gdpr:A6-1-b .
+
+dpv-gdpr:A6-1-b-enter-into-contract a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:EnterIntoContract,
+ dpv-gdpr:A6-1-b ;
+ skos:definition "Legal basis based on taking steps at the request of the data subject prior to entering into a contract"@en ;
+ skos:prefLabel "Art 6(1-b) enter into contract"@en ;
+ dpv:isSubTypeOf dpv:EnterIntoContract,
+ dpv-gdpr:A6-1-b .
+
+dpv-gdpr:A6-1-d-data-subject a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:VitalInterestOfDataSubject,
+ dpv-gdpr:A6-1-d ;
+ skos:definition "Legal basis based on protecting the vital interests of the data subject"@en ;
+ skos:prefLabel "Art 6(1-d) protect vital interests of data subject"@en ;
+ dpv:isSubTypeOf dpv:VitalInterestOfDataSubject,
+ dpv-gdpr:A6-1-d .
+
+dpv-gdpr:A6-1-d-natual-person a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:VitalInterestOfNaturalPerson,
+ dpv-gdpr:A6-1-d ;
+ skos:definition "Legal basis based on protecting the vital interests of another natural person that is not the data subject"@en ;
+ skos:prefLabel "Art 6(1-d) protect vital interests of natural person"@en ;
+ dpv:isSubTypeOf dpv:VitalInterestOfNaturalPerson,
+ dpv-gdpr:A6-1-d .
+
dpv-gdpr:A6-1-e-official-authority a skos:Concept,
dpv:Concept ;
dct:created "2022-08-24"^^xsd:date ;
dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:OfficialAuthorityOfController,
dpv-gdpr:A6-1-e ;
- skos:definition "official authority"@en ;
+ skos:definition "Legal basis based on the exercise of official authority vested in the controller"@en ;
skos:prefLabel "Art 6(1-e) official authority"@en ;
dpv:isSubTypeOf dpv:OfficialAuthorityOfController,
dpv-gdpr:A6-1-e .
@@ -154,16 +193,47 @@ dpv-gdpr:A6-1-e-public-interest a skos:Concept,
dpv:Concept ;
dct:created "2022-08-24"^^xsd:date ;
dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:PublicInterest,
dpv-gdpr:A6-1-e ;
- skos:definition "public interest"@en ;
+ skos:definition "Legal basis based on performance of a task carried out in the public interest"@en ;
skos:prefLabel "Art 6(1-e) public interest"@en ;
dpv:isSubTypeOf dpv:PublicInterest,
dpv-gdpr:A6-1-e .
+dpv-gdpr:A6-1-f-controller a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:LegitimateInterestOfController,
+ dpv-gdpr:A6-1-f ;
+ skos:definition "Legal basis based on the purposes of the legitimate interests pursued by the controller, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"@en ;
+ skos:prefLabel "Art 6(1-f) legitimate interest of controller"@en ;
+ dpv:isSubTypeOf dpv:LegitimateInterestOfController,
+ dpv-gdpr:A6-1-f .
+
+dpv-gdpr:A6-1-f-third-party a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:LegitimateInterestOfThirdParty,
+ dpv-gdpr:A6-1-f ;
+ skos:definition "Legal basis based on the purposes of the legitimate interests pursued by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"@en ;
+ skos:prefLabel "Art 6(1-f) legitimate interest of third party"@en ;
+ dpv:isSubTypeOf dpv:LegitimateInterestOfThirdParty,
+ dpv-gdpr:A6-1-f .
+
dpv:ExpressedConsent skos:narrower dpv-gdpr:A6-1-a,
dpv-gdpr:A6-1-a-non-explicit-consent .
@@ -176,18 +246,70 @@ dpv:PublicInterest skos:narrower dpv-gdpr:A6-1-e,
dpv-gdpr:A6-1a skos:narrower dpv-gdpr:A6-1-a-explicit-consent,
dpv-gdpr:A6-1-a-non-explicit-consent .
+dpv-gdpr:A6-1-b a skos:Concept,
+ dpv:Concept ;
+ dct:created "2019-04-05"^^xsd:date ;
+ dct:creator "Bud Bruegger"^^xsd:string,
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:Contract ;
+ skos:definition "Legal basis based on performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract"@en ;
+ skos:narrower dpv-gdpr:A6-1-b-contract-performance,
+ dpv-gdpr:A6-1-b-enter-into-contract ;
+ skos:prefLabel "Art 6(1-b) contract"@en ;
+ dpv:isSubTypeOf dpv:Contract .
+
+dpv-gdpr:A6-1-d a skos:Concept,
+ dpv:Concept ;
+ dct:created "2019-04-05"^^xsd:date ;
+ dct:creator "Bud Bruegger"^^xsd:string,
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:VitalInterest ;
+ skos:definition "Legal basis based on protecting the vital interests of the data subject or of another natural person"@en ;
+ skos:narrower dpv-gdpr:A6-1-d-data-subject,
+ dpv-gdpr:A6-1-d-natual-person ;
+ skos:prefLabel "Art 6(1-d) protect vital interests"@en ;
+ dpv:isSubTypeOf dpv:VitalInterest .
+
+dpv-gdpr:A6-1-f a skos:Concept,
+ dpv:Concept ;
+ dct:created "2019-04-05"^^xsd:date ;
+ dct:creator "Bud Bruegger"^^xsd:string,
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:LegitimateInterest ;
+ skos:definition "Legal basis based on the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"@en ;
+ skos:narrower dpv-gdpr:A6-1-f-controller,
+ dpv-gdpr:A6-1-f-third-party ;
+ skos:prefLabel "Art 6(1-f) legitimate interest"@en ;
+ dpv:isSubTypeOf dpv:LegitimateInterest .
+
dpv-gdpr:A6-1-e a skos:Concept,
dpv:Concept ;
dct:created "2019-04-05"^^xsd:date ;
dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:OfficialAuthorityOfController,
dpv:PublicInterest ;
- skos:definition "public interest or official authority"@en ;
+ skos:definition "Legal basis based on performance of a task carried out in the public interest or in the exercise of official authority vested in the controller"@en ;
skos:narrower dpv-gdpr:A6-1-e-official-authority,
dpv-gdpr:A6-1-e-public-interest ;
skos:prefLabel "Art 6(1-e) public interest or official authority"@en ;
diff --git a/dpv-gdpr/modules/legal_basis.rdf b/dpv-gdpr/modules/legal_basis.rdf
index cdf30b0cd..c1e4cc07a 100644
--- a/dpv-gdpr/modules/legal_basis.rdf
+++ b/dpv-gdpr/modules/legal_basis.rdf
@@ -7,23 +7,75 @@
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
-
+
-
-
-
-
- Art 6(1-e) public interest
- public interest
-
- 2022-08-24
- accepted
+
+
+
+
+ Art 6(1-f) legitimate interest of controller
+ Legal basis based on the purposes of the legitimate interests pursued by the controller, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child
+
+ 2022-11-24
+ 2022-11-24
+ changed
+ Georg P Krog
+
+
+
+
+
+
+
+
+
+ Art 6(1-f) legitimate interest of third party
+ Legal basis based on the purposes of the legitimate interests pursued by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child
+
+ 2022-11-24
+ 2022-11-24
+ changed
+ Georg P Krog
+
+
+
+
+
+
+
+
+
+ Art.6(1-a) regular consent
+ Legal basis based on data subject's given non-explicit express consent to the processing of his or her personal data for one or more specific purposes
+ Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)". This is the legal basis that requires consent but not at the level of being 'explicit'.
+
+ 2019-04-10
+ 2022-11-24
+ changed
+ Eva Schlehahn
+ Bud Bruegger
Harshvardhan J. Pandit
+ Rigo Wenning
-
-
+
+
+
+
+
+ Art 6(1-f) legitimate interest
+ Legal basis based on the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child
+
+ 2019-04-05
+ 2022-11-24
+ changed
+ Eva Schlehahn
+ Bud Bruegger
+ Harshvardhan J. Pandit
+
+
+
@@ -33,11 +85,11 @@
Art 6(1-a) explicit consent
- consent (explicit) of the data subject
+ Legal basis based on data subject's given explicit consent to the processing of his or her personal data for one or more specific purposes
Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)"
2022-06-22
- 2022-09-07
+ 2022-11-24
changed
Eva Schlehahn
Bud Bruegger
@@ -45,19 +97,20 @@
Rigo Wenning
-
+
-
-
- Art 6(1-b) contract
- performance of a contract
+
+
+
+
+ Art 6(1-b) enter into contract
+ Legal basis based on taking steps at the request of the data subject prior to entering into a contract
- 2019-04-05
- 2021-09-08
- accepted
- Eva Schlehahn
- Bud Bruegger
+ 2022-11-24
+ 2022-11-24
+ changed
+ Georg P Krog
@@ -66,52 +119,81 @@
Art 6(1-c) legal obligation
- compliance with a legal obligation
+ Legal basis based on compliance with a legal obligation to which the controller is subject
2019-04-05
- 2021-09-08
- accepted
+ 2022-11-24
+ changed
Eva Schlehahn
Bud Bruegger
+ Harshvardhan J. Pandit
-
+
-
-
-
-
- Art 6(1-e) public interest or official authority
- public interest or official authority
-
+
+
+ Art 6(1-b) contract
+ Legal basis based on performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract
+
2019-04-05
- 2021-09-08
- accepted
+ 2022-11-24
+ changed
Eva Schlehahn
Bud Bruegger
+ Harshvardhan J. Pandit
-
-
+
+
-
+
-
-
- Art.6(1-a) regular consent
- consent (non-explicit or regular) of the data subject
- Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document "Guidelines on Consent under Regulation 2016/679 (wp259rev.01)". This is the legal basis that requires consent but not at the level of being 'explicit'.
+ Art.6(1-a) consent
+ Legal basis based on data subject's given consent to the processing of his or her personal data for one or more specific purposes
+ Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a.
- 2019-04-10
- 2022-09-07
+ 2022-09-07
+ 2022-11-24
+ changed
+ Harshvardhan J. Pandit
+
+
+
+
+
+
+
+ Art 6(1-d) protect vital interests
+ Legal basis based on protecting the vital interests of the data subject or of another natural person
+
+ 2019-04-05
+ 2022-11-24
changed
Eva Schlehahn
Bud Bruegger
Harshvardhan J. Pandit
- Rigo Wenning
+
+
+
+
+
+
+
+
+
+
+
+ Art 6(1-d) protect vital interests of data subject
+ Legal basis based on protecting the vital interests of the data subject
+
+ 2022-11-24
+ 2022-11-24
+ changed
+ Georg P Krog
@@ -121,46 +203,54 @@
+
+
+
+
+
+
-
-
-
-
-
+
-
-
- Art 6(1-d) protect vital interests
- protection of the vital interests
-
- 2019-04-05
- 2021-09-08
- accepted
- Eva Schlehahn
- Bud Bruegger
+
+
+
+
+ Art 6(1-b) contract performance
+ Legal basis based on performance of a contract to which the data subject is party
+
+ 2022-11-24
+ 2022-11-24
+ changed
+ Georg P Krog
-
+
-
-
- Art 6(1-f) legitimate interest
- legitimate interests
-
+
+
+
+
+ Art 6(1-e) public interest or official authority
+ Legal basis based on performance of a task carried out in the public interest or in the exercise of official authority vested in the controller
+
2019-04-05
- 2021-09-08
- accepted
+ 2022-11-24
+ changed
Eva Schlehahn
Bud Bruegger
+ Harshvardhan J. Pandit
+
+
@@ -170,31 +260,55 @@
Art 6(1-e) official authority
- official authority
+ Legal basis based on the exercise of official authority vested in the controller
2022-08-24
- accepted
+ 2022-11-24
+ changed
Harshvardhan J. Pandit
-
-
-
+
+
+
+
+
+
+
+ Art 6(1-d) protect vital interests of natural person
+ Legal basis based on protecting the vital interests of another natural person that is not the data subject
+
+ 2022-11-24
+ 2022-11-24
+ changed
+ Georg P Krog
+
-
+
-
-
- Art.6(1-a) consent
- consent of the data subject
- Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a.
-
- 2022-09-07
- accepted
+
+
+
+
+ Art 6(1-e) public interest
+ Legal basis based on performance of a task carried out in the public interest
+
+ 2022-08-24
+ 2022-11-24
+ changed
Harshvardhan J. Pandit
+
+
+
+
+
+
+
+
+
@@ -203,16 +317,36 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
diff --git a/dpv-gdpr/modules/legal_basis.ttl b/dpv-gdpr/modules/legal_basis.ttl
index 42a21a360..ec5924131 100644
--- a/dpv-gdpr/modules/legal_basis.ttl
+++ b/dpv-gdpr/modules/legal_basis.ttl
@@ -11,93 +11,71 @@ dpv-gdpr:Legal_BasisConcepts a skos:Collection ;
dpv-gdpr:A6-1-a-explicit-consent,
dpv-gdpr:A6-1-a-non-explicit-consent,
dpv-gdpr:A6-1-b,
+ dpv-gdpr:A6-1-b-contract-performance,
+ dpv-gdpr:A6-1-b-enter-into-contract,
dpv-gdpr:A6-1-c,
dpv-gdpr:A6-1-d,
+ dpv-gdpr:A6-1-d-data-subject,
+ dpv-gdpr:A6-1-d-natual-person,
dpv-gdpr:A6-1-e,
dpv-gdpr:A6-1-e-official-authority,
dpv-gdpr:A6-1-e-public-interest,
- dpv-gdpr:A6-1-f ;
+ dpv-gdpr:A6-1-f,
+ dpv-gdpr:A6-1-f-controller,
+ dpv-gdpr:A6-1-f-third-party ;
skos:prefLabel "Legal_Basis Concepts"^^xsd:string .
dpv:Contract skos:narrower dpv-gdpr:A6-1-b .
+dpv:ContractPerformance skos:narrower dpv-gdpr:A6-1-b-contract-performance .
+
+dpv:EnterIntoContract skos:narrower dpv-gdpr:A6-1-b-enter-into-contract .
+
dpv:ExplicitlyExpressedConsent skos:narrower dpv-gdpr:A6-1-a-explicit-consent .
dpv:LegalObligation skos:narrower dpv-gdpr:A6-1-c .
dpv:LegitimateInterest skos:narrower dpv-gdpr:A6-1-f .
+dpv:LegitimateInterestOfController skos:narrower dpv-gdpr:A6-1-f-controller .
+
+dpv:LegitimateInterestOfThirdParty skos:narrower dpv-gdpr:A6-1-f-third-party .
+
dpv:VitalInterest skos:narrower dpv-gdpr:A6-1-d .
+dpv:VitalInterestOfDataSubject skos:narrower dpv-gdpr:A6-1-d-data-subject .
+
+dpv:VitalInterestOfNaturalPerson skos:narrower dpv-gdpr:A6-1-d-natual-person .
+
dpv-gdpr:A6-1-a a skos:Concept,
dpv:Concept ;
dct:created "2022-09-07"^^xsd:date ;
dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:ExpressedConsent ;
- skos:definition "consent of the data subject"@en ;
+ skos:definition "Legal basis based on data subject's given consent to the processing of his or her personal data for one or more specific purposes"@en ;
skos:note "Consent can be explicit or non-explicit. To express these specifically, see the explicit and non-explicit variations provided for Art.6-1a."@en ;
skos:prefLabel "Art.6(1-a) consent"@en ;
dpv:isSubTypeOf dpv:ExpressedConsent .
-dpv-gdpr:A6-1-b a skos:Concept,
- dpv:Concept ;
- dct:created "2019-04-05"^^xsd:date ;
- dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
- dct:source ;
- rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv:Contract ;
- skos:definition "performance of a contract"@en ;
- skos:prefLabel "Art 6(1-b) contract"@en ;
- dpv:isSubTypeOf dpv:Contract .
-
dpv-gdpr:A6-1-c a skos:Concept,
dpv:Concept ;
dct:created "2019-04-05"^^xsd:date ;
dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:LegalObligation ;
- skos:definition "compliance with a legal obligation"@en ;
+ skos:definition "Legal basis based on compliance with a legal obligation to which the controller is subject"@en ;
skos:prefLabel "Art 6(1-c) legal obligation"@en ;
dpv:isSubTypeOf dpv:LegalObligation .
-dpv-gdpr:A6-1-d a skos:Concept,
- dpv:Concept ;
- dct:created "2019-04-05"^^xsd:date ;
- dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
- dct:source ;
- rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv:VitalInterest ;
- skos:definition "protection of the vital interests"@en ;
- skos:prefLabel "Art 6(1-d) protect vital interests"@en ;
- dpv:isSubTypeOf dpv:VitalInterest .
-
-dpv-gdpr:A6-1-f a skos:Concept,
- dpv:Concept ;
- dct:created "2019-04-05"^^xsd:date ;
- dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
- dct:source ;
- rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv:LegitimateInterest ;
- skos:definition "legitimate interests"@en ;
- skos:prefLabel "Art 6(1-f) legitimate interest"@en ;
- dpv:isSubTypeOf dpv:LegitimateInterest .
-
dpv-gdpr:A6-1-a-explicit-consent a skos:Concept,
dpv:Concept ;
dct:created "2022-06-22"^^xsd:date ;
@@ -105,13 +83,13 @@ dpv-gdpr:A6-1-a-explicit-consent a skos:Concept,
"Eva Schlehahn"^^xsd:string,
"Harshvardhan J. Pandit"^^xsd:string,
"Rigo Wenning"^^xsd:string ;
- dct:modified "2022-09-07"^^xsd:date ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
sw:term_status "changed"@en ;
skos:broader dpv:ExplicitlyExpressedConsent,
dpv-gdpr:A6-1a ;
- skos:definition "consent (explicit) of the data subject"@en ;
+ skos:definition "Legal basis based on data subject's given explicit consent to the processing of his or her personal data for one or more specific purposes"@en ;
skos:note "Valid consent in this case would have requirements for being 'explicit' in addition to requirements defined by A4-11. This is also mentioned in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\""@en ;
skos:prefLabel "Art 6(1-a) explicit consent"@en ;
dpv:isSubTypeOf dpv:ExplicitlyExpressedConsent,
@@ -124,28 +102,89 @@ dpv-gdpr:A6-1-a-non-explicit-consent a skos:Concept,
"Eva Schlehahn"^^xsd:string,
"Harshvardhan J. Pandit"^^xsd:string,
"Rigo Wenning"^^xsd:string ;
- dct:modified "2022-09-07"^^xsd:date ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
sw:term_status "changed"@en ;
skos:broader dpv:ExpressedConsent,
dpv-gdpr:A6-1a ;
- skos:definition "consent (non-explicit or regular) of the data subject"@en ;
+ skos:definition "Legal basis based on data subject's given non-explicit express consent to the processing of his or her personal data for one or more specific purposes"@en ;
skos:note "Definition of consent: A data subject's unambigious/clear affirmative action that signifies an agreement to process their personal data (Rigo Wenning) . What is referred to as 'non-explicit consent' here is also termed as 'regular' consent in the Article 29 Working Party document \"Guidelines on Consent under Regulation 2016/679 (wp259rev.01)\". This is the legal basis that requires consent but not at the level of being 'explicit'."@en ;
skos:prefLabel "Art.6(1-a) regular consent"@en ;
dpv:isSubTypeOf dpv:ExpressedConsent,
dpv-gdpr:A6-1a .
+dpv-gdpr:A6-1-b-contract-performance a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:ContractPerformance,
+ dpv-gdpr:A6-1-b ;
+ skos:definition "Legal basis based on performance of a contract to which the data subject is party"@en ;
+ skos:prefLabel "Art 6(1-b) contract performance"@en ;
+ dpv:isSubTypeOf dpv:ContractPerformance,
+ dpv-gdpr:A6-1-b .
+
+dpv-gdpr:A6-1-b-enter-into-contract a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:EnterIntoContract,
+ dpv-gdpr:A6-1-b ;
+ skos:definition "Legal basis based on taking steps at the request of the data subject prior to entering into a contract"@en ;
+ skos:prefLabel "Art 6(1-b) enter into contract"@en ;
+ dpv:isSubTypeOf dpv:EnterIntoContract,
+ dpv-gdpr:A6-1-b .
+
+dpv-gdpr:A6-1-d-data-subject a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:VitalInterestOfDataSubject,
+ dpv-gdpr:A6-1-d ;
+ skos:definition "Legal basis based on protecting the vital interests of the data subject"@en ;
+ skos:prefLabel "Art 6(1-d) protect vital interests of data subject"@en ;
+ dpv:isSubTypeOf dpv:VitalInterestOfDataSubject,
+ dpv-gdpr:A6-1-d .
+
+dpv-gdpr:A6-1-d-natual-person a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:VitalInterestOfNaturalPerson,
+ dpv-gdpr:A6-1-d ;
+ skos:definition "Legal basis based on protecting the vital interests of another natural person that is not the data subject"@en ;
+ skos:prefLabel "Art 6(1-d) protect vital interests of natural person"@en ;
+ dpv:isSubTypeOf dpv:VitalInterestOfNaturalPerson,
+ dpv-gdpr:A6-1-d .
+
dpv-gdpr:A6-1-e-official-authority a skos:Concept,
dpv:Concept ;
dct:created "2022-08-24"^^xsd:date ;
dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:OfficialAuthorityOfController,
dpv-gdpr:A6-1-e ;
- skos:definition "official authority"@en ;
+ skos:definition "Legal basis based on the exercise of official authority vested in the controller"@en ;
skos:prefLabel "Art 6(1-e) official authority"@en ;
dpv:isSubTypeOf dpv:OfficialAuthorityOfController,
dpv-gdpr:A6-1-e .
@@ -154,16 +193,47 @@ dpv-gdpr:A6-1-e-public-interest a skos:Concept,
dpv:Concept ;
dct:created "2022-08-24"^^xsd:date ;
dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:PublicInterest,
dpv-gdpr:A6-1-e ;
- skos:definition "public interest"@en ;
+ skos:definition "Legal basis based on performance of a task carried out in the public interest"@en ;
skos:prefLabel "Art 6(1-e) public interest"@en ;
dpv:isSubTypeOf dpv:PublicInterest,
dpv-gdpr:A6-1-e .
+dpv-gdpr:A6-1-f-controller a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:LegitimateInterestOfController,
+ dpv-gdpr:A6-1-f ;
+ skos:definition "Legal basis based on the purposes of the legitimate interests pursued by the controller, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"@en ;
+ skos:prefLabel "Art 6(1-f) legitimate interest of controller"@en ;
+ dpv:isSubTypeOf dpv:LegitimateInterestOfController,
+ dpv-gdpr:A6-1-f .
+
+dpv-gdpr:A6-1-f-third-party a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-24"^^xsd:date ;
+ dct:creator "Georg P Krog"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:LegitimateInterestOfThirdParty,
+ dpv-gdpr:A6-1-f ;
+ skos:definition "Legal basis based on the purposes of the legitimate interests pursued by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"@en ;
+ skos:prefLabel "Art 6(1-f) legitimate interest of third party"@en ;
+ dpv:isSubTypeOf dpv:LegitimateInterestOfThirdParty,
+ dpv-gdpr:A6-1-f .
+
dpv:ExpressedConsent skos:narrower dpv-gdpr:A6-1-a,
dpv-gdpr:A6-1-a-non-explicit-consent .
@@ -176,18 +246,70 @@ dpv:PublicInterest skos:narrower dpv-gdpr:A6-1-e,
dpv-gdpr:A6-1a skos:narrower dpv-gdpr:A6-1-a-explicit-consent,
dpv-gdpr:A6-1-a-non-explicit-consent .
+dpv-gdpr:A6-1-b a skos:Concept,
+ dpv:Concept ;
+ dct:created "2019-04-05"^^xsd:date ;
+ dct:creator "Bud Bruegger"^^xsd:string,
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:Contract ;
+ skos:definition "Legal basis based on performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract"@en ;
+ skos:narrower dpv-gdpr:A6-1-b-contract-performance,
+ dpv-gdpr:A6-1-b-enter-into-contract ;
+ skos:prefLabel "Art 6(1-b) contract"@en ;
+ dpv:isSubTypeOf dpv:Contract .
+
+dpv-gdpr:A6-1-d a skos:Concept,
+ dpv:Concept ;
+ dct:created "2019-04-05"^^xsd:date ;
+ dct:creator "Bud Bruegger"^^xsd:string,
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:VitalInterest ;
+ skos:definition "Legal basis based on protecting the vital interests of the data subject or of another natural person"@en ;
+ skos:narrower dpv-gdpr:A6-1-d-data-subject,
+ dpv-gdpr:A6-1-d-natual-person ;
+ skos:prefLabel "Art 6(1-d) protect vital interests"@en ;
+ dpv:isSubTypeOf dpv:VitalInterest .
+
+dpv-gdpr:A6-1-f a skos:Concept,
+ dpv:Concept ;
+ dct:created "2019-04-05"^^xsd:date ;
+ dct:creator "Bud Bruegger"^^xsd:string,
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
+ dct:source ;
+ rdfs:isDefinedBy dpv-gdpr: ;
+ sw:term_status "changed"@en ;
+ skos:broader dpv:LegitimateInterest ;
+ skos:definition "Legal basis based on the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child"@en ;
+ skos:narrower dpv-gdpr:A6-1-f-controller,
+ dpv-gdpr:A6-1-f-third-party ;
+ skos:prefLabel "Art 6(1-f) legitimate interest"@en ;
+ dpv:isSubTypeOf dpv:LegitimateInterest .
+
dpv-gdpr:A6-1-e a skos:Concept,
dpv:Concept ;
dct:created "2019-04-05"^^xsd:date ;
dct:creator "Bud Bruegger"^^xsd:string,
- "Eva Schlehahn"^^xsd:string ;
- dct:modified "2021-09-08"^^xsd:date ;
+ "Eva Schlehahn"^^xsd:string,
+ "Harshvardhan J. Pandit"^^xsd:string ;
+ dct:modified "2022-11-24"^^xsd:date ;
dct:source ;
rdfs:isDefinedBy dpv-gdpr: ;
- sw:term_status "accepted"@en ;
+ sw:term_status "changed"@en ;
skos:broader dpv:OfficialAuthorityOfController,
dpv:PublicInterest ;
- skos:definition "public interest or official authority"@en ;
+ skos:definition "Legal basis based on performance of a task carried out in the public interest or in the exercise of official authority vested in the controller"@en ;
skos:narrower dpv-gdpr:A6-1-e-official-authority,
dpv-gdpr:A6-1-e-public-interest ;
skos:prefLabel "Art 6(1-e) public interest or official authority"@en ;
diff --git a/dpv-gdpr/modules/legal_basis_data_transfer.jsonld b/dpv-gdpr/modules/legal_basis_data_transfer.jsonld
index 1e03434fa..663c0e031 100644
--- a/dpv-gdpr/modules/legal_basis_data_transfer.jsonld
+++ b/dpv-gdpr/modules/legal_basis_data_transfer.jsonld
@@ -1,6 +1,6 @@
[
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -24,7 +24,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -41,34 +41,67 @@
"http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims."
+ "@value": "Standard data protection clauses adopted by a Supervisory Authority"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-e) legal claims"
+ "@value": "Art 46(2-d) Standard Contractual Clauses (SCC) by DPA"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d",
+ "@id": "https://w3id.org/dpv#Contract",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -92,7 +125,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -109,40 +142,42 @@
"http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#PublicInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary for important reasons of public interest."
+ "@value": "Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary."
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ "@value": "Transfer from EU to a third country. Third country has Adequacy Decision."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-d) public interest"
+ "@value": "Art 45(3) adequacy decision"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#PublicInterest",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -166,7 +201,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -183,112 +218,108 @@
"http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#Contract"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person."
+ "@value": "The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case."
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-c) conclusion of contract"
+ "@value": "Art 49(1-g) public register"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#Contract"
}
]
},
{
- "@id": "https://w3id.org/dpv#PublicInterest",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_Basis_Data_TransferConcepts",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f"
- },
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2020-11-04"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b"
- },
+ "@value": "Georg P Krog"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
- },
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e"
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
- },
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g"
- },
+ "@language": "en",
+ "@value": "Binding corporate rules"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#note": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
+ "@language": "en",
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "Legal_Basis_Data_Transfer Concepts"
+ "@language": "en",
+ "@value": "Art 46(2-b) Binding Corporate Rules (BCR)"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -312,7 +343,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -329,42 +360,40 @@
"http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights"
+ "@value": "The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data."
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-f) certification"
+ "@value": "Art 49(2) legitimate interests"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority",
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -383,12 +412,12 @@
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
+ "@value": "2022-06-22"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -399,7 +428,7 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "changed"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
@@ -407,25 +436,25 @@
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Standard data protection clauses adopted by a Supervisory Authority"
+ "@value": "The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards."
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority"
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-d) Standard Contractual Clauses (SCC) by DPA"
+ "@value": "Art 49(1-a) explicit consent"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -433,68 +462,20 @@
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority"
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
}
]
},
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis",
+ "@id": "https://w3id.org/dpv#LegitimateInterest",
"http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g"
- },
{
"@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -518,7 +499,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -540,19 +521,19 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation."
+ "@value": "An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(3-a) contractual clauses"
+ "@value": "Art 46(2-e) code of conduct"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -562,7 +543,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -586,7 +567,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_g/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_e/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -608,19 +589,19 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case."
+ "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims."
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-g) public register"
+ "@value": "Art 49(1-e) legal claims"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -629,6 +610,78 @@
}
]
},
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_Basis_Data_TransferConcepts",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Collection"
+ ],
+ "http://www.w3.org/2004/02/skos/core#member": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@value": "Legal_Basis_Data_Transfer Concepts"
+ }
+ ]
+ },
{
"@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules",
"http://www.w3.org/2004/02/skos/core#narrower": [
@@ -638,15 +691,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -670,7 +715,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_e/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -687,42 +732,40 @@
"http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#Contract"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights"
+ "@value": "The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person."
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-e) code of conduct"
+ "@value": "Art 49(1-c) conclusion of contract"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent",
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
+ "@id": "https://w3id.org/dpv#Contract"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -741,12 +784,12 @@
"http://purl.org/dc/terms/modified": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-06-22"
+ "@value": "2021-09-08"
}
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -757,7 +800,7 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "changed"
+ "@value": "accepted"
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
@@ -765,13 +808,13 @@
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
},
{
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards."
+ "@value": "The transfer is necessary for important reasons of public interest."
}
],
"http://www.w3.org/2004/02/skos/core#note": [
@@ -783,7 +826,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-a) explicit consent"
+ "@value": "Art 49(1-d) public interest"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -791,86 +834,68 @@
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
},
{
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv#DataTransferLegalBasis",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ },
{
- "@value": "Georg P Krog"
- }
- ],
- "http://purl.org/dc/terms/modified": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
- }
- ],
- "http://purl.org/dc/terms/source": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b"
+ },
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e"
+ },
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#definition": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a"
+ },
{
- "@language": "en",
- "@value": "Standard data protection clauses adopted by the Commission"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#note": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b"
+ },
{
- "@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a"
+ },
{
- "@language": "en",
- "@value": "Art 46(2-c) Standard Contractual Clauses (SCC) by EC"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
+ },
{
- "@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -894,7 +919,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -916,19 +941,19 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "A legally binding and enforceable instrument between public authorities or bodies"
+ "@value": "Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-a) legal instrument"
+ "@value": "Art 46(3-b) administrative arrangements"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -938,26 +963,15 @@
]
},
{
- "@id": "https://w3id.org/dpv#Contract",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#LegitimateInterest",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission",
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -981,7 +995,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_2/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1000,25 +1014,25 @@
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
},
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv#Contract"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data."
+ "@value": "The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request."
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(2) legitimate interests"
+ "@value": "Art 49(1-b) performance of contract"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -1026,20 +1040,12 @@
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
},
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f"
+ "@id": "https://w3id.org/dpv#Contract"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1063,7 +1069,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1080,40 +1086,34 @@
"http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent."
+ "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation."
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-f) protect vital interests"
+ "@value": "Art 46(3-a) contractual clauses"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1137,7 +1137,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1154,34 +1154,40 @@
"http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary."
+ "@value": "The transfer is necessary in order to protect the vital interests of the data subject or of other persons, where the person is physically or legally incapable of giving consent."
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has Adequacy Decision."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 45(3) adequacy decision"
+ "@value": "Art 49(1-f) protect vital interests"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1205,7 +1211,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1222,15 +1228,12 @@
"http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Binding corporate rules"
+ "@value": "An approved certification mechanism pursuant to GDPR Article 42 together with binding and enforceable commitments of the controller or processor in the third country to appy the appropriate safeguards, including as regards individuals` rights"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
@@ -1242,20 +1245,17 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(2-b) Binding Corporate Rules (BCR)"
+ "@value": "Art 46(2-f) certification"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1279,7 +1279,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1301,19 +1301,19 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights"
+ "@value": "A legally binding and enforceable instrument between public authorities or bodies"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 46(3-b) administrative arrangements"
+ "@value": "Art 46(2-a) legal instrument"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -1323,7 +1323,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1347,7 +1347,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1366,25 +1366,25 @@
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
},
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request."
+ "@value": "Standard data protection clauses adopted by the Commission"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
- "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist."
+ "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority."
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 49(1-b) performance of contract"
+ "@value": "Art 46(2-c) Standard Contractual Clauses (SCC) by EC"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -1392,7 +1392,7 @@
"@id": "https://w3id.org/dpv#DataTransferLegalBasis"
},
{
- "@id": "https://w3id.org/dpv#Contract"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission"
}
]
}
diff --git a/dpv-gdpr/modules/legal_basis_data_transfer.rdf b/dpv-gdpr/modules/legal_basis_data_transfer.rdf
index 68cc4a05d..e7006f77a 100644
--- a/dpv-gdpr/modules/legal_basis_data_transfer.rdf
+++ b/dpv-gdpr/modules/legal_basis_data_transfer.rdf
@@ -7,32 +7,32 @@
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
-
+
+
- Art 46(3-a) contractual clauses
- Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation.
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority.
-
+
+ Art 49(1-b) performance of contract
+ The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request.
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+
2020-11-04
2021-09-08
accepted
Georg P Krog
-
+
-
-
- Art 49(1-c) conclusion of contract
- The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person.
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
-
+ Art 46(3-a) contractual clauses
+ Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation.
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority.
+
2020-11-04
2021-09-08
accepted
@@ -56,62 +56,64 @@
Georg P Krog
-
+
+
- Art 46(2-a) legal instrument
- A legally binding and enforceable instrument between public authorities or bodies
+
+ Art 46(2-c) Standard Contractual Clauses (SCC) by EC
+ Standard data protection clauses adopted by the Commission
Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
-
+
2020-11-04
2021-09-08
accepted
Georg P Krog
-
+
-
-
- Art 49(1-b) performance of contract
- The transfer is necessary for the performance of a contract between the data subject and controller or the implementation of pre-contractual measures taken at the data subject´s request.
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
-
+ Art 46(2-e) code of conduct
+ An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
+
2020-11-04
2021-09-08
accepted
Georg P Krog
-
+
- Art 49(1-g) public register
- The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case.
- Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist.
-
+ Art 49(1-e) legal claims
+ The transfer is necessary for the establishment, exercise or defence of legal claims.
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+
2020-11-04
2021-09-08
accepted
Georg P Krog
-
+
+
- Art 49(1-e) legal claims
- The transfer is necessary for the establishment, exercise or defence of legal claims.
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
-
+
+ Art 49(2) legitimate interests
+ The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data.
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply.
+
2020-11-04
2021-09-08
accepted
@@ -133,168 +135,148 @@
Georg P Krog
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
- Art 46(2-c) Standard Contractual Clauses (SCC) by EC
- Standard data protection clauses adopted by the Commission
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
-
+
+ Art 49(1-d) public interest
+ The transfer is necessary for important reasons of public interest.
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+
2020-11-04
2021-09-08
accepted
Georg P Krog
-
+
-
-
- Art 49(2) legitimate interests
- The transfer is not repetetive, concerns only a limited number of data subjects, is necessary for the purposes of compelling legitimate interests pursued by controller which are not overridden by the interests or rights and freedoms of the data subject, and controller has assessed all the circumstances surrounding the data transfer and have on the basis of that assessment provided suitable safeguards with regard to the protection of personal data.
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply.
-
+ Art 49(1-g) public register
+ The transfer is made from a register which according to Union or Member State law is intended to provide information to the public in general or by any person who can demonstrate a legitimate interest, but only to the extent that the conditions laid down by Union or Member State law for consultation are fulfilled in the particular case.
+ Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist.
+
2020-11-04
2021-09-08
accepted
Georg P Krog
-
-
- Legal_Basis_Data_Transfer Concepts
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
- Art 46(3-b) administrative arrangements
- Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority.
-
+
+ Art 49(1-a) explicit consent
+ The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards.
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+
2020-11-04
- 2021-09-08
- accepted
+ 2022-06-22
+ changed
Georg P Krog
-
+
- Art 46(2-e) code of conduct
- An approved code of conduct pursuant to GDPR Article 40 together with binding and enforceable commitments of the controller or processor in the third country to apply the appropriate safeguards, including as regards individuals´ rights
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
-
+ Art 46(3-b) administrative arrangements
+ Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards exist. Transfer does requires specific authorisation from a Supervisor Authority.
+
2020-11-04
2021-09-08
accepted
Georg P Krog
-
+
-
-
- Art 46(2-b) Binding Corporate Rules (BCR)
- Binding corporate rules
+ Art 46(2-a) legal instrument
+ A legally binding and enforceable instrument between public authorities or bodies
Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
-
+
2020-11-04
2021-09-08
accepted
Georg P Krog
-
+
-
+
-
- Art 49(1-d) public interest
- The transfer is necessary for important reasons of public interest.
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
-
+
+ Art 46(2-d) Standard Contractual Clauses (SCC) by DPA
+ Standard data protection clauses adopted by a Supervisory Authority
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority
+
2020-11-04
2021-09-08
accepted
Georg P Krog
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
- Art 49(1-a) explicit consent
- The data subject has explicitly consented to the proposed transfer, after having been informed of the possible risks of such transfers for the data subject due to the absence of an adequacy decision and appropriate safeguards.
- Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
-
+
+ Art 46(2-b) Binding Corporate Rules (BCR)
+ Binding corporate rules
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority.
+
2020-11-04
- 2022-06-22
- changed
+ 2021-09-08
+ accepted
Georg P Krog
-
-
-
-
-
-
-
@@ -310,39 +292,57 @@
Georg P Krog
-
+
-
+
-
- Art 46(2-d) Standard Contractual Clauses (SCC) by DPA
- Standard data protection clauses adopted by a Supervisory Authority
- Transfer from EU to a third country. Third country has no Adequacy Decision. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority
-
+
+ Art 49(1-c) conclusion of contract
+ The transfer is necessary for the conclusion or performance of a contract concluded in the interest of the data subject and controller and another natural or legal person.
+ Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist.
+
2020-11-04
2021-09-08
accepted
Georg P Krog
-
-
-
-
-
+
+
+ Legal_Basis_Data_Transfer Concepts
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
-
-
+
+
diff --git a/dpv-gdpr/modules/legal_basis_special.jsonld b/dpv-gdpr/modules/legal_basis_special.jsonld
index d4e72c13a..36f09f74f 100644
--- a/dpv-gdpr/modules/legal_basis_special.jsonld
+++ b/dpv-gdpr/modules/legal_basis_special.jsonld
@@ -1,6 +1,23 @@
[
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c",
+ "@id": "https://w3id.org/dpv#LegalBasis",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -19,15 +36,9 @@
"@value": "Bud Bruegger"
}
],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
- }
- ],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -43,29 +54,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#VitalInterest"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "protection of the vital interests"
+ "@value": "employment and social security and social protection law"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-c) protect vital interest"
+ "@value": "Art 9(2-b) employment, social security, social protection law"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#VitalInterest"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -84,9 +95,15 @@
"@value": "Bud Bruegger"
}
],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
+ }
+ ],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -102,32 +119,24 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "employment and social security and social protection law"
+ "@value": "public interest in public health"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-b) employment, social security, social protection law"
+ "@value": "Art 9(2-i) public interest in public health"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#VitalInterest",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
@@ -175,15 +184,7 @@
]
},
{
- "@id": "https://w3id.org/dpv#LegitimateInterest",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -210,7 +211,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -226,29 +227,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "explicit consent with special categories of data"
+ "@value": "legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-a) explicit consent"
+ "@value": "Art 9(2-d) legitimate activities"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ "@id": "https://w3id.org/dpv#LegitimateInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -269,7 +270,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -291,13 +292,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3"
+ "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-h) health & medicine"
+ "@value": "Art 9(2-f) judicial process"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -307,7 +308,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -334,7 +335,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_d/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -350,29 +351,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;"
+ "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-d) legitimate activities"
+ "@value": "Art 9(2-j) public interest, scientific research, statistical purpose"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegitimateInterest"
+ "@id": "https://w3id.org/dpv#PublicInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -391,15 +392,9 @@
"@value": "Bud Bruegger"
}
],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-09-08"
- }
- ],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_h/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -415,37 +410,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "substantial public interest, on the basis of Union or Member State law"
+ "@value": "preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-g) public interest"
+ "@value": "Art 9(2-h) health & medicine"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a"
+ "@id": "https://w3id.org/dpv#LegalBasis"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -464,9 +451,15 @@
"@value": "Bud Bruegger"
}
],
+ "http://purl.org/dc/terms/modified": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-09-08"
+ }
+ ],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_a/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -482,24 +475,48 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity"
+ "@value": "explicit consent with special categories of data"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-f) judicial process"
+ "@value": "Art 9(2-a) explicit consent"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#LegalBasis"
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#LegitimateInterest",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#VitalInterest",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv#ExplicitlyExpressedConsent",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a"
}
]
},
@@ -518,7 +535,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -545,7 +562,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -561,29 +578,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#VitalInterest"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "public interest in public health"
+ "@value": "protection of the vital interests"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-i) public interest in public health"
+ "@value": "Art 9(2-c) protect vital interest"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#PublicInterest"
+ "@id": "https://w3id.org/dpv#VitalInterest"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -610,7 +627,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_j/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_g/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -632,13 +649,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law"
+ "@value": "substantial public interest, on the basis of Union or Member State law"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Art 9(2-j) public interest, scientific research, statistical purpose"
+ "@value": "Art 9(2-g) public interest"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -705,22 +722,5 @@
"@id": "https://w3id.org/dpv#LegalBasis"
}
]
- },
- {
- "@id": "https://w3id.org/dpv#LegalBasis",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h"
- }
- ]
}
]
\ No newline at end of file
diff --git a/dpv-gdpr/modules/legal_basis_special.rdf b/dpv-gdpr/modules/legal_basis_special.rdf
index 29f0ee2fc..68653b4d4 100644
--- a/dpv-gdpr/modules/legal_basis_special.rdf
+++ b/dpv-gdpr/modules/legal_basis_special.rdf
@@ -7,34 +7,29 @@
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
-
-
-
-
-
-
-
-
- Legal_Basis_Special Concepts
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Art 9(2-d) legitimate activities
+ legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;
+
+ 2019-04-05
+ 2021-09-08
+ accepted
+ Eva Schlehahn
+ Bud Bruegger
+
-
+
-
-
- Art 9(2-a) explicit consent
- explicit consent with special categories of data
-
+
+
+ Art 9(2-j) public interest, scientific research, statistical purpose
+ public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law
+
2019-04-05
2021-09-08
accepted
@@ -42,42 +37,47 @@
Bud Bruegger
-
+
- Art 9(2-b) employment, social security, social protection law
- employment and social security and social protection law
-
+ Art 9(2-f) judicial process
+ establishment, exercise or defence of legal claims / courts acting in their judicial capacity
+
2019-04-05
accepted
Eva Schlehahn
Bud Bruegger
-
+
- Art 9(2-e) data made public
- data manifestly made public by the data subject
-
+ Art 9(2-h) health & medicine
+ preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3
+
2019-04-05
accepted
Eva Schlehahn
Bud Bruegger
-
+
+
+
+
+
+
-
-
- Art 9(2-i) public interest in public health
- public interest in public health
-
+
+
+ Art 9(2-a) explicit consent
+ explicit consent with special categories of data
+
2019-04-05
2021-09-08
accepted
@@ -85,14 +85,28 @@
Bud Bruegger
-
+
+
+ Legal_Basis_Special Concepts
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- Art 9(2-d) legitimate activities
- legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects;
-
+
+
+ Art 9(2-g) public interest
+ substantial public interest, on the basis of Union or Member State law
+
2019-04-05
2021-09-08
accepted
@@ -115,14 +129,14 @@
Bud Bruegger
-
+
- Art 9(2-j) public interest, scientific research, statistical purpose
- public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law
-
+ Art 9(2-i) public interest in public health
+ public interest in public health
+
2019-04-05
2021-09-08
accepted
@@ -130,61 +144,47 @@
Bud Bruegger
-
+
- Art 9(2-h) health & medicine
- preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3
-
+ Art 9(2-b) employment, social security, social protection law
+ employment and social security and social protection law
+
2019-04-05
accepted
Eva Schlehahn
Bud Bruegger
-
+
- Art 9(2-f) judicial process
- establishment, exercise or defence of legal claims / courts acting in their judicial capacity
-
- 2019-04-05
- accepted
- Eva Schlehahn
- Bud Bruegger
-
-
-
-
-
-
-
- Art 9(2-g) public interest
- substantial public interest, on the basis of Union or Member State law
-
+ Art 9(2-e) data made public
+ data manifestly made public by the data subject
+
2019-04-05
- 2021-09-08
accepted
Eva Schlehahn
Bud Bruegger
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
diff --git a/dpv-gdpr/modules/rights.jsonld b/dpv-gdpr/modules/rights.jsonld
index ba947dbc6..91bcc3ede 100644
--- a/dpv-gdpr/modules/rights.jsonld
+++ b/dpv-gdpr/modules/rights.jsonld
@@ -1,6 +1,84 @@
[
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#RightsRecipientsNotice",
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DirectDataCollectionNotice"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#IndirectDataCollectionNotice"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SARNotice"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#RightsRecipientsNotice"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#RightsConcepts",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Collection"
+ ],
+ "http://www.w3.org/2004/02/skos/core#member": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A13"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A14"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A15"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A16"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A17"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A18"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A19"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A20"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A21"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A22"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A77"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DirectDataCollectionNotice"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#IndirectDataCollectionNotice"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SARNotice"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#RightsRecipientsNotice"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@value": "Rights Concepts"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A19",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -8,7 +86,7 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-11-09"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
@@ -22,6 +100,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#"
@@ -35,29 +118,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "A Notice provided in fulfilment of GDPR's Art.19 regarding Recipients to whom a rights exercise has been communicated, such as regarding rectification (A.16) or erasure of personal data (A.17) or restriction of processing (A.18)"
+ "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Rights Recipients Notice"
+ "@value": "A19 Right to Rectification"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#IndirectDataCollectionNotice",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#SARNotice",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -98,13 +181,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "A Notice provided in fulfilment of GDPR's Art.14 regarding information to be provided where personal data are not collected from the data subject"
+ "@value": "A Notice provided in fulfilment of GDPR's Art.15 regarding information to be provided for Right of Access or Subject Access Request (SAR)"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Indirect Data Collection Notice"
+ "@value": "SAR Notice"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -114,7 +197,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A15",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -138,7 +221,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -160,13 +243,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to withdraw consent at any time"
+ "@value": "Right of access"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A7-3 Right to Withdraw Consent"
+ "@value": "A15 Right of Access"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -176,48 +259,7 @@
]
},
{
- "@id": "https://w3id.org/dpv#DataSubjectRight",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A13"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A14"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A15"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A16"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A17"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A18"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A19"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A20"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A21"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A22"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A77"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A21",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A22",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -241,7 +283,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -263,13 +305,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to object to processing of personal data"
+ "@value": "Right not to be subject to a decision based solely on automated processing including profiling"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A21 Right to object"
+ "@value": "A22 Right to object to automated decision making"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -279,7 +321,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A19",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#IndirectDataCollectionNotice",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -287,7 +329,7 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-11-09"
}
],
"http://purl.org/dc/terms/creator": [
@@ -301,11 +343,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/source": [
- {
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#"
@@ -319,29 +356,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing"
+ "@value": "A Notice provided in fulfilment of GDPR's Art.14 regarding information to be provided where personal data are not collected from the data subject"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A19 Right to Rectification"
+ "@value": "Indirect Data Collection Notice"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A22",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A13",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -365,7 +402,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_22/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -387,13 +424,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right not to be subject to a decision based solely on automated processing including profiling"
+ "@value": "information to be provided where personal data is directly collected from data subject"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A22 Right to object to automated decision making"
+ "@value": "A13 Right to be Informed"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -403,24 +440,7 @@
]
},
{
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DirectDataCollectionNotice"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#IndirectDataCollectionNotice"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SARNotice"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#RightsRecipientsNotice"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DirectDataCollectionNotice",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#RightsRecipientsNotice",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -461,13 +481,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "A Notice provided in fulfilment of GDPR's Art.13 regarding information to be provided where personal data are collected from the data subject"
+ "@value": "A Notice provided in fulfilment of GDPR's Art.19 regarding Recipients to whom a rights exercise has been communicated, such as regarding rectification (A.16) or erasure of personal data (A.17) or restriction of processing (A.18)"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Direct Data Collection Notice"
+ "@value": "Rights Recipients Notice"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -477,68 +497,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#RightsConcepts",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
- ],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A13"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A14"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A15"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A16"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A17"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A18"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A19"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A20"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A21"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A22"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A77"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#DirectDataCollectionNotice"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#IndirectDataCollectionNotice"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#SARNotice"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#RightsRecipientsNotice"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@value": "Rights Concepts"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-gdpr#A77",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A14",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -562,7 +521,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -584,13 +543,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to lodge a complaint with a supervisory authority"
+ "@value": "information to be provided where personal data is collected from other sources"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A77 Right to Complaint"
+ "@value": "A14 Right to be Informed"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -600,7 +559,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A13",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -624,7 +583,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_13/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_7/par_3/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -646,13 +605,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "information to be provided where personal data is directly collected from data subject"
+ "@value": "Right to withdraw consent at any time"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A13 Right to be Informed"
+ "@value": "A7-3 Right to Withdraw Consent"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -662,7 +621,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A20",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A17",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -686,7 +645,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -708,13 +667,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to data portability"
+ "@value": "Right to erasure ('Right to be forgotten')"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A20 Right to Data Portability"
+ "@value": "A17 Right to Erasure"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -724,7 +683,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A15",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A20",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -748,7 +707,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -770,13 +729,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right of access"
+ "@value": "Right to data portability"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A15 Right of Access"
+ "@value": "A20 Right to Data Portability"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -786,7 +745,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A18",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A21",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -810,7 +769,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -832,13 +791,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to restriction of processing"
+ "@value": "Right to object to processing of personal data"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A18 Right to Restrict Processing"
+ "@value": "A21 Right to object"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -848,7 +807,66 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A14",
+ "@id": "https://w3id.org/dpv#DataSubjectRight",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A13"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A14"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A15"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A16"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A17"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A18"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A19"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A20"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A21"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A22"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A77"
+ }
+ ]
+ },
+ {
+ "@id": "http://www.w3.org/ns/dcat#Resource",
+ "@type": [
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "dcat:Resource"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#scopeNote": [
+ {
+ "@language": "en",
+ "@value": "A dataset or catalogue or any other resource provided in fulfilment of a Right Exercise, such as for GDPR's Art.15 regarding Right of Access or Art.20 regarding Right to Data Portability. The associated properties from DCAT and DCMI DCT vocabularies provide convenient means to express metadata such as URL for accessing the data, its temporal validity and acecss restrictions, and specific datasets present along with their schemas."
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-gdpr#DirectDataCollectionNotice",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -856,7 +874,7 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-11-04"
+ "@value": "2022-11-09"
}
],
"http://purl.org/dc/terms/creator": [
@@ -870,11 +888,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/source": [
- {
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#"
@@ -888,47 +901,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "information to be provided where personal data is collected from other sources"
+ "@value": "A Notice provided in fulfilment of GDPR's Art.13 regarding information to be provided where personal data are collected from the data subject"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A14 Right to be Informed"
+ "@value": "Direct Data Collection Notice"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataSubjectRight"
- }
- ]
- },
- {
- "@id": "http://www.w3.org/ns/dcat#Resource",
- "@type": [
- "https://w3id.org/dpv#Concept"
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "dcat:Resource"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#scopeNote": [
- {
- "@language": "en",
- "@value": "A dataset or catalogue or any other resource provided in fulfilment of a Right Exercise, such as for GDPR's Art.15 regarding Right of Access or Art.20 regarding Right to Data Portability. The associated properties from DCAT and DCMI DCT vocabularies provide convenient means to express metadata such as URL for accessing the data, its temporal validity and acecss restrictions, and specific datasets present along with their schemas."
+ "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A17",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A16",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -952,7 +947,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_17/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -974,13 +969,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to erasure ('Right to be forgotten')"
+ "@value": "Right to rectification"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A17 Right to Erasure"
+ "@value": "A16 Right to Rectification"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
@@ -990,7 +985,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#SARNotice",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A77",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -998,7 +993,7 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-11-09"
+ "@value": "2020-11-04"
}
],
"http://purl.org/dc/terms/creator": [
@@ -1012,6 +1007,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-gdpr#"
@@ -1025,29 +1025,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
],
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "A Notice provided in fulfilment of GDPR's Art.15 regarding information to be provided for Right of Access or Subject Access Request (SAR)"
+ "@value": "Right to lodge a complaint with a supervisory authority"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "SAR Notice"
+ "@value": "A77 Right to Complaint"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#RightFulfilmentNotice"
+ "@id": "https://w3id.org/dpv#DataSubjectRight"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A16",
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A18",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1071,7 +1071,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj"
+ "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -1093,13 +1093,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Right to rectification"
+ "@value": "Right to restriction of processing"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "A16 Right to Rectification"
+ "@value": "A18 Right to Restrict Processing"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
diff --git a/dpv-gdpr/modules/rights.rdf b/dpv-gdpr/modules/rights.rdf
index a67082915..ef887ada0 100644
--- a/dpv-gdpr/modules/rights.rdf
+++ b/dpv-gdpr/modules/rights.rdf
@@ -7,14 +7,14 @@
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
-
+
- A15 Right of Access
- Right of access
-
+ A7-3 Right to Withdraw Consent
+ Right to withdraw consent at any time
+
2020-11-04
accepted
Beatriz Esteves
@@ -22,28 +22,43 @@
Harshvardhan J. Pandit
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- Rights Recipients Notice
- A Notice provided in fulfilment of GDPR's Art.19 regarding Recipients to whom a rights exercise has been communicated, such as regarding rectification (A.16) or erasure of personal data (A.17) or restriction of processing (A.18)
- 2022-11-09
+
+
+ A16 Right to Rectification
+ Right to rectification
+
+ 2020-11-04
accepted
Beatriz Esteves
Georg Krog
Harshvardhan J. Pandit
-
+
- A14 Right to be Informed
- information to be provided where personal data is collected from other sources
-
+ A15 Right of Access
+ Right of access
+
2020-11-04
accepted
Beatriz Esteves
@@ -51,14 +66,14 @@
Harshvardhan J. Pandit
-
+
- A17 Right to Erasure
- Right to erasure ('Right to be forgotten')
-
+ A77 Right to Complaint
+ Right to lodge a complaint with a supervisory authority
+
2020-11-04
accepted
Beatriz Esteves
@@ -86,29 +101,14 @@
-
-
-
-
-
- A18 Right to Restrict Processing
- Right to restriction of processing
-
- 2020-11-04
- accepted
- Beatriz Esteves
- Georg Krog
- Harshvardhan J. Pandit
-
-
-
+
- A77 Right to Complaint
- Right to lodge a complaint with a supervisory authority
-
+ A17 Right to Erasure
+ Right to erasure ('Right to be forgotten')
+
2020-11-04
accepted
Beatriz Esteves
@@ -116,14 +116,14 @@
Harshvardhan J. Pandit
-
+
- A22 Right to object to automated decision making
- Right not to be subject to a decision based solely on automated processing including profiling
-
+ A20 Right to Data Portability
+ Right to data portability
+
2020-11-04
accepted
Beatriz Esteves
@@ -145,43 +145,43 @@
Harshvardhan J. Pandit
-
+
-
-
- Direct Data Collection Notice
- A Notice provided in fulfilment of GDPR's Art.13 regarding information to be provided where personal data are collected from the data subject
- 2022-11-09
+
+
+ A19 Right to Rectification
+ Right to be notified in case of rectification or erasure of personal data or restriction of processing
+
+ 2020-11-04
accepted
Beatriz Esteves
Georg Krog
Harshvardhan J. Pandit
-
+
-
-
- A7-3 Right to Withdraw Consent
- Right to withdraw consent at any time
-
- 2020-11-04
+
+
+ Rights Recipients Notice
+ A Notice provided in fulfilment of GDPR's Art.19 regarding Recipients to whom a rights exercise has been communicated, such as regarding rectification (A.16) or erasure of personal data (A.17) or restriction of processing (A.18)
+ 2022-11-09
accepted
Beatriz Esteves
Georg Krog
Harshvardhan J. Pandit
-
+
- A13 Right to be Informed
- information to be provided where personal data is directly collected from data subject
-
+ A14 Right to be Informed
+ information to be provided where personal data is collected from other sources
+
2020-11-04
accepted
Beatriz Esteves
@@ -195,28 +195,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
- A16 Right to Rectification
- Right to rectification
-
+ A22 Right to object to automated decision making
+ Right not to be subject to a decision based solely on automated processing including profiling
+
2020-11-04
accepted
Beatriz Esteves
@@ -224,29 +210,28 @@
Harshvardhan J. Pandit
-
+
-
-
- A21 Right to object
- Right to object to processing of personal data
-
- 2020-11-04
+
+
+ Indirect Data Collection Notice
+ A Notice provided in fulfilment of GDPR's Art.14 regarding information to be provided where personal data are not collected from the data subject
+ 2022-11-09
accepted
Beatriz Esteves
Georg Krog
Harshvardhan J. Pandit
-
+
- A19 Right to Rectification
- Right to be notified in case of rectification or erasure of personal data or restriction of processing
-
+ A13 Right to be Informed
+ information to be provided where personal data is directly collected from data subject
+
2020-11-04
accepted
Beatriz Esteves
@@ -254,28 +239,34 @@
Harshvardhan J. Pandit
-
+
+
+ dcat:Resource
+ A dataset or catalogue or any other resource provided in fulfilment of a Right Exercise, such as for GDPR's Art.15 regarding Right of Access or Art.20 regarding Right to Data Portability. The associated properties from DCAT and DCMI DCT vocabularies provide convenient means to express metadata such as URL for accessing the data, its temporal validity and acecss restrictions, and specific datasets present along with their schemas.
+
+
-
-
- Indirect Data Collection Notice
- A Notice provided in fulfilment of GDPR's Art.14 regarding information to be provided where personal data are not collected from the data subject
- 2022-11-09
+
+
+ A18 Right to Restrict Processing
+ Right to restriction of processing
+
+ 2020-11-04
accepted
Beatriz Esteves
Georg Krog
Harshvardhan J. Pandit
-
+
- A20 Right to Data Portability
- Right to data portability
-
+ A21 Right to object
+ Right to object to processing of personal data
+
2020-11-04
accepted
Beatriz Esteves
@@ -283,9 +274,18 @@
Harshvardhan J. Pandit
-
+
- dcat:Resource
- A dataset or catalogue or any other resource provided in fulfilment of a Right Exercise, such as for GDPR's Art.15 regarding Right of Access or Art.20 regarding Right to Data Portability. The associated properties from DCAT and DCMI DCT vocabularies provide convenient means to express metadata such as URL for accessing the data, its temporal validity and acecss restrictions, and specific datasets present along with their schemas.
+
+
+
+ Direct Data Collection Notice
+ A Notice provided in fulfilment of GDPR's Art.13 regarding information to be provided where personal data are collected from the data subject
+ 2022-11-09
+ accepted
+ Beatriz Esteves
+ Georg Krog
+ Harshvardhan J. Pandit
+
diff --git a/dpv-legal/dpv-legal.html b/dpv-legal/dpv-legal.html
index 8930f2fdd..9b20e1522 100644
--- a/dpv-legal/dpv-legal.html
+++ b/dpv-legal/dpv-legal.html
@@ -1145,13 +1145,13 @@ EU-GDPR
-
- GB-DPA-2018
+
+ GB-DPA
IRI
- `https://w3id.org/dpv/dpv-legal#GB-DPA-2018`
+ `https://w3id.org/dpv/dpv-legal#GB-DPA`
Type
@@ -1167,7 +1167,7 @@ GB-DPA-2018
Temporal start:
- 2022-05-23
+ 2018-05-25
Jurisdictions:
dpv-legal:GB
@@ -1313,6 +1313,126 @@ US-CA-CPRA
+
+ US-CO-CPA
+
+
+
+ IRI
+ `https://w3id.org/dpv/dpv-legal#US-CO-CPA`
+
+
+ Type
+ dpv:Law
+
+
+ Label:
+ Colorado Privacy Act (CPA)
+
+
+ Website:
+ https://leg.colorado.gov/bills/sb21-190
+
+
+ Temporal start:
+ 2024-01-07
+
+ Jurisdictions:
+ dpv-legal:US-CO
+
+
+ Concept Created:
+ 2022-11-23
+
+
+ Contributor(s):
+
+ Jonathan Bowker
+
+
+
+
+
+
+
+ US-NV-NPICICA
+
+
+
+ IRI
+ `https://w3id.org/dpv/dpv-legal#US-NV-NPICICA`
+
+
+ Type
+ dpv:Law
+
+
+ Label:
+ Nevada Privacy of Information Collected on the Internet from Consumers Act (NPICICA)
+
+
+ Website:
+ https://www.leg.state.nv.us/NRS/NRS-603A.html
+
+
+ Temporal start:
+ 2021-01-10
+
+ Jurisdictions:
+ dpv-legal:US-NV
+
+
+ Concept Created:
+ 2022-11-23
+
+
+ Contributor(s):
+
+ Jonathan Bowker
+
+
+
+
+
US-UT-UCPA
@@ -1350,6 +1470,46 @@ US-UT-UCPA
+
@@ -3198,6 +3358,129 @@ DPA-SK
+
+
+
DPA-US-UT
@@ -3239,6 +3522,47 @@ DPA-US-UT
+
@@ -18276,10 +18600,6 @@ Proposed Terms
laws
EU
US
- US-VA-VCDPA
- US-CO-CPA
- US-CT-CTPA
- NPICICA
diff --git a/dpv-legal/dpv-legal.jsonld b/dpv-legal/dpv-legal.jsonld
index f84019921..abf4449fe 100644
--- a/dpv-legal/dpv-legal.jsonld
+++ b/dpv-legal/dpv-legal.jsonld
@@ -1,6 +1,6 @@
[
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AL",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -14,9 +14,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -30,36 +27,76 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "The Saxon data protection officer"
- },
+ "@value": "Alabama"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@language": "de",
- "@value": "Die Sächsische Datenschutzbeauftragte"
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Data State Inspectorate"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.saechsdsb.de/"
+ "@value": "http://www.dvi.gov.lv/"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SN"
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
}
],
"https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG"
- },
{
"@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -69,7 +106,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FI",
+ "@id": "https://w3id.org/dpv/dpv-legal#SB",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -98,82 +135,110 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
+ "@language": "en",
+ "@value": "Solomon Islands"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
+ "@value": "SB"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@value": "SLB"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@language": "en",
- "@value": "Finland"
+ "@value": "90"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI"
+ "@value": "90"
}
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-UT",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
- "https://w3id.org/dpv#hasLaw": [
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-22"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@value": "Jonathan Bowker"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@language": "en",
+ "@value": "accepted"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "FI"
+ "@language": "en",
+ "@value": "Utah Attorney General"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "FIN"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://attorneygeneral.utah.gov/"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "246"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-UT"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@value": "246"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-UT-UCPA"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NG",
+ "@id": "https://w3id.org/dpv/dpv-legal#SK",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -202,19 +267,44 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Nigeria"
+ "@value": "Slovakia"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -224,38 +314,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "NG"
+ "@value": "SK"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "NGA"
+ "@value": "SVK"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "566"
+ "@value": "703"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "566"
+ "@value": "703"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MR",
+ "@id": "https://w3id.org/dpv/dpv-legal#AM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -284,19 +371,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Mauritania"
+ "@value": "Armenia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -306,38 +390,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MR"
+ "@value": "AM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MRT"
+ "@value": "ARM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "478"
+ "@value": "51"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "478"
+ "@value": "51"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PM",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-IA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -366,54 +447,88 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Saint Pierre and Miquelon"
+ "@value": "Iowa"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CT",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://purl.org/dc/terms/creator": [
{
- "@value": "PM"
+ "@value": "Harshvardhan J. Pandit"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@value": "SPM"
+ "@id": "https://w3id.org/dpv/dpv-legal#"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@value": "666"
+ "@language": "en",
+ "@value": "accepted"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@value": "666"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Connecticut"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-CT"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CT-CTPA"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SD",
+ "@id": "https://w3id.org/dpv/dpv-legal#FO",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -442,16 +557,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Sudan"
+ "@value": "Faroe Islands"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -461,38 +576,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "SD"
+ "@value": "FO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "SDN"
+ "@value": "FRO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "729"
+ "@value": "234"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "729"
+ "@value": "234"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#NR",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -503,9 +618,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -519,40 +631,56 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)"
+ "@value": "Nauru"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
},
{
- "@language": "de",
- "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true"
+ "@value": "NR"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH"
+ "@value": "NRU"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SH"
+ "@value": "520"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@value": "520"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SL",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-KS",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -581,29 +709,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Saarland"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG"
+ "@value": "Kansas"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -613,12 +725,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -631,10 +743,10 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Julian Flake"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -651,27 +763,27 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)"
+ "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)"
},
{
"@language": "de",
- "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)"
+ "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275"
+ "@value": "https://www.transparenz.bremen.de/metainformationen/bremisches-ausfuehrungsgesetz-zur-eu-datenschutz-grundverordnung-bremdsgvoag-vom-8-mai-2018-116884?template=20_gp_ifg_meta_detail_d"
}
],
"https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NW"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HB"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -681,7 +793,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BD",
+ "@id": "https://w3id.org/dpv/dpv-legal#HT",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -710,16 +822,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Bangladesh"
+ "@value": "Haiti"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -729,35 +844,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BD"
+ "@value": "HT"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BGD"
+ "@value": "HTI"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "50"
+ "@value": "332"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "50"
+ "@value": "332"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-LA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -786,30 +904,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ZA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LS"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "SouthernAfrica"
+ "@value": "Louisiana"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -819,12 +920,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL",
+ "@id": "https://w3id.org/dpv/dpv-legal#MC",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -840,11 +941,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:N744b8a4bc3c44af0bd3d039368828313"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -856,54 +952,56 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "EU Adequacy Decision for Israel"
+ "@value": "Monaco"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IL"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ "@value": "MC"
}
- ]
- },
- {
- "@id": "_:N744b8a4bc3c44af0bd3d039368828313",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "_:N76573f908937400cbeb5aac9920ee9c3"
+ "@value": "MCO"
}
- ]
- },
- {
- "@id": "_:N76573f908937400cbeb5aac9920ee9c3",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2011-02-01"
+ "@value": "492"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "492"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia",
+ "@id": "https://w3id.org/dpv/dpv-legal#GM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -930,190 +1028,65 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#UZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#JO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IQ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ID"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#QA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KP"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TJ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AF"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NP"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#OM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#YE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BD"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GE"
- },
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SA"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CN"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#JP"
- },
+ "@language": "en",
+ "@value": "Gambia"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BN"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LA"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TH"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KR"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BH"
- },
+ "@value": "GM"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#VN"
+ "@value": "GMB"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@language": "en",
- "@value": "Asia"
+ "@value": "270"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "270"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -1140,18 +1113,18 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Hellenic Data Protection Authority"
+ "@value": "Croatian Personal Data Protection Agency"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "http://dpa.gr"
+ "@value": "http://www.azop.hr/"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
}
],
"https://w3id.org/dpv#hasLaw": [
@@ -1166,7 +1139,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BR",
+ "@id": "https://w3id.org/dpv/dpv-legal#NE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1195,19 +1168,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Brazil"
+ "@value": "Niger"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -1217,41 +1190,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BR"
+ "@value": "NE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BRA"
+ "@value": "NER"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "76"
+ "@value": "562"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "76"
+ "@value": "562"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SK",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -1260,6 +1233,9 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -1275,87 +1251,38 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@language": "de",
+ "@value": "Landesdatenschutzgesetz (LDSG) (BW)"
},
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Slovakia"
+ "@value": "State Data Protection Act (LDSG) (BW)"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BW"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "SK"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "SVK"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "703"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "703"
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-WI",
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -1368,6 +1295,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:N585b35162af94d14b8a7672b15b808ac"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -1379,83 +1311,57 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@language": "en",
+ "@value": "EU Adequacy Decision for Argentina"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Wisconsin"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-legal#AR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-WV",
+ "@id": "_:N585b35162af94d14b8a7672b15b808ac",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
- {
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "West Virginia"
- }
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "_:Na7c2620790954b58a7c3b7b2d37e7f28"
}
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ ]
+ },
+ {
+ "@id": "_:Na7c2620790954b58a7c3b7b2d37e7f28",
+ "http://www.w3.org/2006/time#inXSDDate": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2003-07-05"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK",
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -1468,6 +1374,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:Ndc8834326f9a4aa99ff9e4cc5bd23e17"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -1479,112 +1390,231 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "Danish Data Protection Agency"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "http://www.datatilsynet.dk/"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ },
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SJ",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ },
{
- "@language": "en",
- "@value": "Svalbard and Jan Mayen Islands"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#GB"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ },
{
- "@value": "SJ"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ },
{
- "@value": "SJM"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ },
{
- "@value": "744"
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "744"
+ "@language": "en",
+ "@value": "European Economic Area (EEA-31)"
+ }
+ ],
+ "https://w3id.org/dpv#hasCountry": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GB"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#SupraNationalUnion"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NZ",
+ "@id": "_:Ndc8834326f9a4aa99ff9e4cc5bd23e17",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
+ ],
+ "http://www.w3.org/2006/time#hasBeginning": [
+ {
+ "@id": "_:N7462f589fc64463cbc42b1bfbc5bf418"
+ }
+ ],
+ "http://www.w3.org/2006/time#hasEnd": [
+ {
+ "@id": "_:N298fbd00d1f040a4835a1914c176c0e0"
+ }
+ ]
+ },
+ {
+ "@id": "_:N7462f589fc64463cbc42b1bfbc5bf418",
+ "http://www.w3.org/2006/time#inXSDDate": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2014-04-12"
+ }
+ ]
+ },
+ {
+ "@id": "_:N298fbd00d1f040a4835a1914c176c0e0",
+ "http://www.w3.org/2006/time#inXSDDate": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2020-01-31"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MG",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1613,16 +1643,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "New Zealand"
+ "@value": "Madagascar"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -1632,35 +1665,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "NZ"
+ "@value": "MG"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "NZL"
+ "@value": "MDG"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "554"
+ "@value": "450"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "554"
+ "@value": "450"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-RP",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1687,41 +1723,36 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Rhineland-Palatinate"
+ "@value": "National Commission for Data Protection"
}
],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG"
- },
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://cnpd.public.lu"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BV",
+ "@id": "https://w3id.org/dpv/dpv-legal#JP",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1750,19 +1781,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Bouvet Island"
+ "@value": "Japan"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -1772,41 +1800,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BV"
+ "@value": "JP"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BVT"
+ "@value": "JPN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "74"
+ "@value": "392"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "74"
+ "@value": "392"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SY",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MT",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -1832,57 +1857,31 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Syrian Arab Republic"
+ "@value": "Montana"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "SY"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "SYR"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "760"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "760"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#OM",
+ "@id": "https://w3id.org/dpv/dpv-legal#AG",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -1908,16 +1907,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Oman"
+ "@value": "Antigua and Barbuda"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -1927,35 +1929,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "OM"
+ "@value": "AG"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "OMN"
+ "@value": "ATG"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "512"
+ "@value": "28"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "512"
+ "@value": "28"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-VI",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-RP",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -1984,13 +1989,24 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "U.S. Virgin Islands"
+ "@value": "Rhineland-Palatinate"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -2000,12 +2016,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-IL",
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2034,28 +2050,82 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Illinois"
+ "@value": "Czechia"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "CZ"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "CZE"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "203"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "203"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PR",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-PR",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2084,13 +2154,7 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
@@ -2101,43 +2165,17 @@
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "PR"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "PRI"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "630"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "630"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LC",
+ "@id": "https://w3id.org/dpv/dpv-legal#EC",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2169,16 +2207,16 @@
"@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Saint Lucia"
+ "@value": "Ecuador"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -2188,10 +2226,10 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Americas"
@@ -2199,27 +2237,27 @@
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "LC"
+ "@value": "EC"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "LCA"
+ "@value": "ECU"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "662"
+ "@value": "218"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "662"
+ "@value": "218"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CN",
+ "@id": "https://w3id.org/dpv/dpv-legal#HM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2248,16 +2286,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "China"
+ "@value": "Heard Island and McDonald Islands"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -2267,38 +2305,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CN"
+ "@value": "HM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "CHN"
+ "@value": "HMD"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "156"
+ "@value": "334"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "156"
+ "@value": "334"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TC",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -2307,6 +2345,9 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -2322,62 +2363,46 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@language": "de",
+ "@value": "Der Bayerische Landesbeauftragte für den Datenschutz"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@language": "en",
+ "@value": "The Bavarian State Commissioner for Data Protection"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Turks and Caicos Islands"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.datenschutz-bayern.de/"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "TC"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "TCA"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "796"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "796"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BQ",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2406,63 +2431,31 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Bonaire, Sint Eustatius and Saba"
+ "@value": "New Mexico"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "BQ"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "BES"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "535"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "535"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#JP",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -2486,69 +2479,49 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Japan"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ "@value": "Personal Data Protection Office"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "JP"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://uodo.gov.pl/"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "JPN"
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@value": "392"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "392"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-UT",
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-11-22"
+ "@value": "2022-03-30"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Jonathan Bowker"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -2562,39 +2535,119 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "Utah Attorney General"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://attorneygeneral.utah.gov/"
+ "@id": "https://w3id.org/dpv/dpv-legal#CW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#VG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#VC"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SX"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BB"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TC"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GP"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LC"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#VI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BQ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#JM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MQ"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-UT"
+ "@language": "en",
+ "@value": "Caribbean"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-UT-UCPA"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FJ",
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -2620,54 +2673,57 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@language": "en",
- "@value": "Fiji"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AO"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CM"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#GA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CF"
+ },
{
- "@value": "FJ"
+ "@id": "https://w3id.org/dpv/dpv-legal#CG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ST"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GQ"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "FJI"
+ "@language": "en",
+ "@value": "MiddleAfrica"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "242"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "242"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GH",
+ "@id": "https://w3id.org/dpv/dpv-legal#SX",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2696,19 +2752,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Ghana"
+ "@value": "Sint Maarten (Dutch part)"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -2718,38 +2774,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "GH"
+ "@value": "SX"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "GHA"
+ "@value": "SXM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "288"
+ "@value": "534"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "288"
+ "@value": "534"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PE",
+ "@id": "https://w3id.org/dpv/dpv-legal#VG",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -2778,19 +2834,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Peru"
+ "@value": "British Virgin Islands"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -2803,38 +2859,38 @@
"@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "PE"
+ "@value": "VG"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "PER"
+ "@value": "VGB"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "604"
+ "@value": "92"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "604"
+ "@value": "92"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CZ",
+ "@id": "https://w3id.org/dpv/dpv-legal#CR",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -2860,44 +2916,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Czechia"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "Costa Rica"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -2907,38 +2938,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CZ"
+ "@value": "CR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "CZE"
+ "@value": "CRI"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "203"
+ "@value": "188"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "203"
+ "@value": "188"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EC",
+ "@id": "https://w3id.org/dpv/dpv-legal#MU",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -2964,19 +2998,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Ecuador"
+ "@value": "Mauritius"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -2986,41 +3020,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "EC"
+ "@value": "MU"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "ECU"
+ "@value": "MUS"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "218"
+ "@value": "480"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "218"
+ "@value": "480"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NY",
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -3046,13 +3080,69 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AX"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GB"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Sark"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#JE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SJ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "New York"
+ "@value": "NorthernEurope"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -3062,15 +3152,15 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE",
+ "@id": "https://w3id.org/dpv/dpv-legal#TM",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -3094,36 +3184,56 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Data Protection Commission (DPC)"
+ "@value": "Turkmenistan"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "http://www.dataprotection.ie"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "TM"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "TKM"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "795"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "795"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AQ",
+ "@id": "https://w3id.org/dpv/dpv-legal#BM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -3150,10 +3260,18 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Antarctica"
+ "@value": "Bermuda"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -3161,29 +3279,37 @@
"@id": "https://w3id.org/dpv#Country"
}
],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ }
+ ],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "AQ"
+ "@value": "BM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "ATA"
+ "@value": "BMU"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "10"
+ "@value": "60"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "10"
+ "@value": "60"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SN",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -3212,201 +3338,432 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#ET"
+ "@language": "en",
+ "@value": "Saxony"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MR"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NJ",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "New Jersey"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CD",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TD"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SN"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Democratic Republic of the Congo"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LR"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ZA"
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "CD"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "COD"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "180"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "180"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LV",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BW"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RW"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NA"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BF"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NG"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LS"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Latvia"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SC"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "LV"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "LVA"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "428"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "428"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AuthoritiesConcepts",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Collection"
+ ],
+ "http://www.w3.org/2004/02/skos/core#member": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SS"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ST"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KM"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-NV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GM"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IO"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-UT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CD"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ML"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GQ"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MU"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RE"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-VC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GW"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CF"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TG"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CM"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ZW"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KE"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GA"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ER"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#UG"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SO"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BJ"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CV"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#YT"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-CT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MW"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ZM"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MG"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GH"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-CO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SH"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TF"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BI"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CG"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SL"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NE"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CI"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AO"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DJ"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-GB"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GN"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR"
+ },
{
- "@language": "en",
- "@value": "SubSaharanAfrica"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK"
+ },
{
- "@id": "https://w3id.org/dpv#Region"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH",
+ "@id": "https://w3id.org/dpv/dpv-legal#CW",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -3422,11 +3779,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:Nb72e2327abb94a808434fd9af20bcd5b"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -3438,57 +3790,65 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "EU Adequacy Decision for Switzerland"
+ "@value": "Curaçao"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CH"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ "@value": "CW"
}
- ]
- },
- {
- "@id": "_:Nb72e2327abb94a808434fd9af20bcd5b",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "_:N644c28b72c9c4eba8faf603854ec15f4"
+ "@value": "CUW"
}
- ]
- },
- {
- "@id": "_:N644c28b72c9c4eba8faf603854ec15f4",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2000-08-25"
+ "@value": "531"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "531"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AZ",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -3514,68 +3874,33 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PH"
- },
+ "@language": "en",
+ "@value": "Arizona"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#ID"
- },
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#VN"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "SoutheasternAsia"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Region"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-WI",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
"@value": "2022-03-30"
@@ -3586,11 +3911,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:N27fa9c6daf8f4a7e97377ff14ae2ef48"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -3602,54 +3922,30 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "EU Adequacy Decision for Uruguay"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#UY"
+ "@language": "en",
+ "@value": "Wisconsin"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ "@id": "https://w3id.org/dpv#Region"
}
- ]
- },
- {
- "@id": "_:N27fa9c6daf8f4a7e97377ff14ae2ef48",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
- {
- "@id": "_:N80fa1eee5a2a427ea58a571dc6352d39"
- }
- ]
- },
- {
- "@id": "_:N80fa1eee5a2a427ea58a571dc6352d39",
- "http://www.w3.org/2006/time#inXSDDate": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2012-08-22"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NW",
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -3678,29 +3974,186 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@language": "en",
- "@value": "North-Rhine Westphalia"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AO"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#GA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#RW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#IO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DJ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BJ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ZM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#UG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ZW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ET"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ER"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ST"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#YT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ML"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ZA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SC"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GQ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GN"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "SubSaharanAfrica"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -3710,15 +4163,15 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD",
+ "@id": "https://w3id.org/dpv/dpv-legal#NU",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -3731,11 +4184,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:N1b111628f0404e4394dd99712a20b17f"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -3747,54 +4195,56 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "EU Adequacy Decision for Andorra"
+ "@value": "Niue"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AD"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ "@value": "NU"
}
- ]
- },
- {
- "@id": "_:N1b111628f0404e4394dd99712a20b17f",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "NIU"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "_:Nb524f4769d49484a8804e2e591c8bfd7"
+ "@value": "570"
}
- ]
- },
- {
- "@id": "_:Nb524f4769d49484a8804e2e591c8bfd7",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2010-10-21"
+ "@value": "570"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-VA",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AR",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -3829,7 +4279,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Virginia"
+ "@value": "Arkansas"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -3844,7 +4294,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BO",
+ "@id": "https://w3id.org/dpv/dpv-legal#TV",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -3873,19 +4323,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Bolivia (Plurinational State of)"
+ "@value": "Tuvalu"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -3895,41 +4342,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BO"
+ "@value": "TV"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BOL"
+ "@value": "TUV"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "68"
+ "@value": "798"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "68"
+ "@value": "798"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-UT",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -3938,6 +4382,9 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -3953,40 +4400,46 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Utah"
+ "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen"
+ },
+ {
+ "@language": "de",
+ "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-UT"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.datenschutz.bremen.de/"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-UT-UCPA"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HB"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AI",
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -4015,60 +4468,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#UA"
+ },
{
- "@language": "en",
- "@value": "Anguilla"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MD"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BY"
+ },
{
- "@value": "AI"
+ "@id": "https://w3id.org/dpv/dpv-legal#RU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "AIA"
+ "@language": "en",
+ "@value": "EasternEurope"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "660"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "660"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DK",
+ "@id": "https://w3id.org/dpv/dpv-legal#LT",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -4103,19 +4556,19 @@
"@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#EU"
@@ -4124,12 +4577,12 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Denmark"
+ "@value": "Lithuania"
}
],
"https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT"
}
],
"https://w3id.org/dpv#hasLaw": [
@@ -4144,35 +4597,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "DK"
+ "@value": "LT"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "DNK"
+ "@value": "LTU"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "208"
+ "@value": "440"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "208"
+ "@value": "440"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NV",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -4186,9 +4639,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -4202,81 +4652,25 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "de",
- "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "The state representative for data protection and the right to inspect files in Brandenburg"
+ "@value": "Nevada"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.lda.brandenburg.de/"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BB"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-NV"
}
],
"https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-RI",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
- {
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Rhode Island"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NV-NPICICA"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -4291,10 +4685,10 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KZ",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -4318,141 +4712,39 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Kazakhstan"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "KZ"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "KAZ"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "398"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "398"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#JM",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#"
+ "@value": "Office for Personal Data Protection"
}
],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "accepted"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.uoou.cz/"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@language": "en",
- "@value": "Jamaica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "JM"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "JAM"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "388"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "388"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CD",
+ "@id": "https://w3id.org/dpv/dpv-legal#AO",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -4490,7 +4782,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Democratic Republic of the Congo"
+ "@value": "Angola"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -4499,121 +4791,39 @@
}
],
"https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "CD"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "COD"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "180"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "180"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DJ",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
- {
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Djibouti"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "DJ"
+ "@value": "AO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "DJI"
+ "@value": "AGO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "262"
+ "@value": "24"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "262"
+ "@value": "24"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa",
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -4640,211 +4850,200 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BJ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TF"
- },
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BI"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SL"
+ "@id": "https://w3id.org/dpv/dpv-legal#KY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NE"
+ "@id": "https://w3id.org/dpv/dpv-legal#MQ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CI"
+ "@id": "https://w3id.org/dpv/dpv-legal#VE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AO"
+ "@id": "https://w3id.org/dpv/dpv-legal#BO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ZM"
+ "@id": "https://w3id.org/dpv/dpv-legal#AR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MG"
+ "@id": "https://w3id.org/dpv/dpv-legal#CO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GN"
+ "@id": "https://w3id.org/dpv/dpv-legal#VG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#GS"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GH"
+ "@id": "https://w3id.org/dpv/dpv-legal#DO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SH"
+ "@id": "https://w3id.org/dpv/dpv-legal#EC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TD"
+ "@id": "https://w3id.org/dpv/dpv-legal#HN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SN"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CG"
+ "@id": "https://w3id.org/dpv/dpv-legal#AI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ZA"
+ "@id": "https://w3id.org/dpv/dpv-legal#PE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EH"
+ "@id": "https://w3id.org/dpv/dpv-legal#BV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DJ"
+ "@id": "https://w3id.org/dpv/dpv-legal#CL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ET"
+ "@id": "https://w3id.org/dpv/dpv-legal#GY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#PA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MR"
+ "@id": "https://w3id.org/dpv/dpv-legal#KN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#DM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NA"
+ "@id": "https://w3id.org/dpv/dpv-legal#MX"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LR"
+ "@id": "https://w3id.org/dpv/dpv-legal#VC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BF"
+ "@id": "https://w3id.org/dpv/dpv-legal#BS"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NG"
+ "@id": "https://w3id.org/dpv/dpv-legal#AG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BW"
+ "@id": "https://w3id.org/dpv/dpv-legal#NI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LS"
+ "@id": "https://w3id.org/dpv/dpv-legal#MF"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ST"
+ "@id": "https://w3id.org/dpv/dpv-legal#PY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GM"
+ "@id": "https://w3id.org/dpv/dpv-legal#BR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IO"
+ "@id": "https://w3id.org/dpv/dpv-legal#SR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RW"
+ "@id": "https://w3id.org/dpv/dpv-legal#TT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ML"
+ "@id": "https://w3id.org/dpv/dpv-legal#UY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GQ"
+ "@id": "https://w3id.org/dpv/dpv-legal#CU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MU"
+ "@id": "https://w3id.org/dpv/dpv-legal#BZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SC"
+ "@id": "https://w3id.org/dpv/dpv-legal#GF"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SS"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KM"
+ "@id": "https://w3id.org/dpv/dpv-legal#GT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CF"
+ "@id": "https://w3id.org/dpv/dpv-legal#TC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TG"
+ "@id": "https://w3id.org/dpv/dpv-legal#SV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ZW"
+ "@id": "https://w3id.org/dpv/dpv-legal#SX"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#BB"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CD"
+ "@id": "https://w3id.org/dpv/dpv-legal#CR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SD"
+ "@id": "https://w3id.org/dpv/dpv-legal#PR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EG"
+ "@id": "https://w3id.org/dpv/dpv-legal#FK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ER"
+ "@id": "https://w3id.org/dpv/dpv-legal#MS"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RE"
+ "@id": "https://w3id.org/dpv/dpv-legal#GP"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#LC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GW"
+ "@id": "https://w3id.org/dpv/dpv-legal#VI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#UG"
+ "@id": "https://w3id.org/dpv/dpv-legal#HT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SO"
+ "@id": "https://w3id.org/dpv/dpv-legal#GD"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#YT"
+ "@id": "https://w3id.org/dpv/dpv-legal#AW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CM"
+ "@id": "https://w3id.org/dpv/dpv-legal#BL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KE"
+ "@id": "https://w3id.org/dpv/dpv-legal#CW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GA"
+ "@id": "https://w3id.org/dpv/dpv-legal#BQ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MW"
+ "@id": "https://w3id.org/dpv/dpv-legal#JM"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Africa"
+ "@value": "LatinAmericaandtheCaribbean"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
"@id": "https://w3id.org/dpv#Region"
}
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ }
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CI",
+ "@id": "https://w3id.org/dpv/dpv-legal#CY",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -4870,19 +5069,39 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Côte d’Ivoire"
+ "@value": "Cyprus"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -4892,41 +5111,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CI"
+ "@value": "CY"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "CIV"
+ "@value": "CYP"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "384"
+ "@value": "196"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "384"
+ "@value": "196"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-DC",
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -4939,6 +5155,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:N80d3382ed8fd49399a42a70c7af89b41"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -4950,33 +5171,57 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@language": "en",
+ "@value": "EU Adequacy Decision for Jersey"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "District of Columbia"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-legal#JE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CH",
+ "@id": "_:N80d3382ed8fd49399a42a70c7af89b41",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "http://www.w3.org/2006/time#ProperInterval"
+ ],
+ "http://www.w3.org/2006/time#hasBeginning": [
+ {
+ "@id": "_:N36ed4360ee07449aba8d4424474d22ae"
+ }
+ ]
+ },
+ {
+ "@id": "_:N36ed4360ee07449aba8d4424474d22ae",
+ "http://www.w3.org/2006/time#inXSDDate": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2008-05-26"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#YT",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -5002,16 +5247,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Switzerland"
+ "@value": "Mayotte"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -5021,35 +5269,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CH"
+ "@value": "YT"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "CHE"
+ "@value": "MYT"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "756"
+ "@value": "175"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "756"
+ "@value": "175"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-SC",
+ "@id": "https://w3id.org/dpv/dpv-legal#IS",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -5078,31 +5329,57 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "South Carolina"
+ "@value": "Iceland"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "IS"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "ISL"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "352"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "352"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP",
+ "@id": "https://w3id.org/dpv/dpv-legal#Melanesia",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -5115,11 +5392,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:N966e0cfb22b24a2289531bc617daa5f1"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -5131,54 +5403,47 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "EU Adequacy Decision for Japan"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NC"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#JP"
+ "@id": "https://w3id.org/dpv/dpv-legal#VU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#PG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FJ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SB"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ "@language": "en",
+ "@value": "Melanesia"
}
- ]
- },
- {
- "@id": "_:N966e0cfb22b24a2289531bc617daa5f1",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "_:N7d67de3ee9b24fd5afa12a7aaf5abb07"
+ "@id": "https://w3id.org/dpv#Region"
}
- ]
- },
- {
- "@id": "_:N7d67de3ee9b24fd5afa12a7aaf5abb07",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-01-23"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST",
+ "@id": "https://w3id.org/dpv/dpv-legal#TF",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -5192,9 +5457,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -5208,49 +5470,65 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "State representative for data protection in Saxony-Anhalt"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@language": "de",
- "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://datenschutz.sachsen-anhalt.de/"
+ "@language": "en",
+ "@value": "French Southern Territories"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-ST"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "TF"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "ATF"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "260"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "260"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-LA",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -5274,30 +5552,36 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@language": "en",
+ "@value": "Hungarian National Authority for Data Protection and Freedom of Information"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Louisiana"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "http://www.naih.hu/"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GD",
+ "@id": "https://w3id.org/dpv/dpv-legal#TW",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -5324,65 +5608,23 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Grenada"
+ "@value": "Taiwan (Province of China)"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
"@id": "https://w3id.org/dpv#Country"
}
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "GD"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "GRD"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "308"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "308"
- }
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ME",
+ "@id": "https://w3id.org/dpv/dpv-legal#ZA",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -5408,16 +5650,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Montenegro"
+ "@value": "South Africa"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -5427,38 +5672,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "ME"
+ "@value": "ZA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MNE"
+ "@value": "ZAF"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "499"
+ "@value": "710"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "499"
+ "@value": "710"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GL",
+ "@id": "https://w3id.org/dpv/dpv-legal#TR",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -5484,16 +5732,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Greenland"
+ "@value": "Turkey"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -5503,35 +5751,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "GL"
+ "@value": "TR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "GRL"
+ "@value": "TUR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "304"
+ "@value": "792"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "304"
+ "@value": "792"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PL",
+ "@id": "https://w3id.org/dpv/dpv-legal#IO",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -5560,44 +5808,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Poland"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "British Indian Ocean Territory"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -5607,38 +5830,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "PL"
+ "@value": "IO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "POL"
+ "@value": "IOT"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "616"
+ "@value": "86"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "616"
+ "@value": "86"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AK",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -5664,30 +5890,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#UZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TJ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TM"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "CentralAsia"
+ "@value": "Alaska"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -5697,15 +5906,15 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#MK",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -5716,9 +5925,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -5732,40 +5938,56 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Hamburg Data Protection Act (HmbDSG)"
+ "@value": "North Macedonia"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@language": "de",
- "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf"
+ "@value": "MK"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH"
+ "@value": "MKD"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HH"
+ "@value": "807"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@value": "807"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT",
+ "@id": "https://w3id.org/dpv/dpv-legal#GL",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -5792,39 +6014,59 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Data Protection Commission"
+ "@value": "Greenland"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.garanteprivacy.it/"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "GL"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "GRL"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "304"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "304"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ZM",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NH",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -5850,63 +6092,31 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Zambia"
+ "@value": "New Hampshire"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "ZM"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "ZMB"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "894"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "894"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#IL",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -5917,9 +6127,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -5933,40 +6140,56 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "de",
- "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)"
+ "@value": "Israel"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SN"
+ "@value": "IL"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@value": "ISR"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "376"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "376"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-UM",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-GU",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -6001,7 +6224,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "United States Minor Outlying Islands"
+ "@value": "Guam"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -6016,7 +6239,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MN",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -6028,6 +6251,9 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -6043,56 +6269,40 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@language": "en",
- "@value": "Mongolia"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@language": "de",
+ "@value": "Landesdatenschutzgesetz (LDSG)"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ "@language": "en",
+ "@value": "State Data Protection Act (LDSG)"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "MN"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@value": "MNG"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "496"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-RP"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "496"
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-VT",
+ "@id": "https://w3id.org/dpv/dpv-legal#NG",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -6121,28 +6331,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Vermont"
+ "@value": "Nigeria"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "NG"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "NGA"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "566"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "566"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI",
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -6156,9 +6398,11 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
+ }
+ ],
+ "http://purl.org/dc/terms/temporal": [
{
- "@value": "Julian Flake"
+ "@id": "_:Nd6427efe20784b5c8800b6f694b61acc"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -6172,102 +6416,211 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "de",
- "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen"
- },
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "The State Commissioner for Data Protection Lower Saxony"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.lfd.niedersachsen.de/"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NI"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ },
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ },
{
- "@language": "en",
- "@value": "accepted"
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "National Supervisory Authority for Personal Data Processing"
+ "@value": "European Economic Area (EEA-30)"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#hasCountry": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "http://www.dataprotection.ro/"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
{
"@id": "https://w3id.org/dpv/dpv-legal#RO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv#SupraNationalUnion"
}
+ ]
+ },
+ {
+ "@id": "_:Nd6427efe20784b5c8800b6f694b61acc",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@id": "_:N397fd5749c4e482f831ddab632fe585f"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GP",
+ "@id": "_:N397fd5749c4e482f831ddab632fe585f",
+ "http://www.w3.org/2006/time#inXSDDate": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2020-02-01"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AL",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -6296,19 +6649,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Guadeloupe"
+ "@value": "Albania"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -6318,38 +6668,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "GP"
+ "@value": "AL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "GLP"
+ "@value": "ALB"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "312"
+ "@value": "8"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "312"
+ "@value": "8"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HT",
+ "@id": "https://w3id.org/dpv/dpv-legal#GB-GDPR",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -6357,7 +6704,7 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
+ "@value": "2022-07-20"
}
],
"http://purl.org/dc/terms/creator": [
@@ -6365,73 +6712,73 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "http://purl.org/dc/terms/modified": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-10-14"
}
],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "http://purl.org/dc/terms/temporal": [
{
- "@language": "en",
- "@value": "accepted"
+ "@id": "_:N4bdcb0686de44c269e423a1f4df7eacb"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "Haiti"
+ "@value": "modified"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@language": "en",
+ "@value": "General Data Protection Regulation (GDPR)"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.legislation.gov.uk/eur/2016/679/contents"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "HT"
+ "@id": "https://w3id.org/dpv/dpv-legal#GB"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "HTI"
+ "@id": "https://w3id.org/dpv#Law"
}
+ ]
+ },
+ {
+ "@id": "_:N4bdcb0686de44c269e423a1f4df7eacb",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@value": "332"
+ "@id": "_:Nc9eb571c06f94440b3a4fd3d205d2ed6"
}
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ ]
+ },
+ {
+ "@id": "_:Nc9eb571c06f94440b3a4fd3d205d2ed6",
+ "http://www.w3.org/2006/time#inXSDDate": [
{
- "@value": "332"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2019-02-28"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TM",
+ "@id": "https://w3id.org/dpv/dpv-legal#MD",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -6460,16 +6807,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Turkmenistan"
+ "@value": "Republic of Moldova"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -6479,38 +6826,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "TM"
+ "@value": "MD"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "TKM"
+ "@value": "MDA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "795"
+ "@value": "498"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "795"
+ "@value": "498"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG",
+ "@id": "https://w3id.org/dpv/dpv-legal#IT",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -6521,9 +6868,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -6537,112 +6881,87 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "de",
- "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
},
{
- "@language": "en",
- "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HE"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
{
- "@id": "https://w3id.org/dpv#Law"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
}
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
],
- "http://purl.org/dc/terms/created": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
+ "@language": "en",
+ "@value": "Italy"
}
],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- },
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@value": "Julian Flake"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT"
}
],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@language": "en",
- "@value": "accepted"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@language": "en",
- "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@language": "de",
- "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.ldi.nrw.de/"
+ "@value": "IT"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NW"
+ "@value": "ITA"
}
],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG"
- },
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "380"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "380"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NJ",
+ "@id": "https://w3id.org/dpv/dpv-legal#DZ",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -6668,28 +6987,54 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "New Jersey"
+ "@value": "Algeria"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "DZ"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "DZA"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "12"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "12"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TT",
+ "@id": "https://w3id.org/dpv/dpv-legal#JM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -6717,20 +7062,20 @@
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
{
"@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Trinidad and Tobago"
+ "@value": "Jamaica"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -6743,38 +7088,38 @@
"@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "TT"
+ "@value": "JM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "TTO"
+ "@value": "JAM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "780"
+ "@value": "388"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "780"
+ "@value": "388"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FK",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -6798,62 +7143,36 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Falkland Islands (Malvinas)"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@value": "National Supervisory Authority for Personal Data Processing"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "FK"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "http://www.dataprotection.ro/"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "FLK"
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@value": "238"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "238"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SS",
+ "@id": "https://w3id.org/dpv/dpv-legal#NO",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -6882,19 +7201,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "South Sudan"
+ "@value": "Norway"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -6904,38 +7220,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "SS"
+ "@value": "NO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "SSD"
+ "@value": "NOR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "728"
+ "@value": "578"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "728"
+ "@value": "578"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CW",
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -6964,60 +7277,51 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@language": "en",
- "@value": "Curaçao"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MO"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#HK"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#CN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#KP"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#KR"
+ },
{
- "@value": "CW"
+ "@id": "https://w3id.org/dpv/dpv-legal#JP"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MN"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "CUW"
+ "@language": "en",
+ "@value": "EasternAsia"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "531"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "531"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LV",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -7044,41 +7348,21 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@language": "en",
+ "@value": "National Commission on Informatics and Liberty (CNIL)"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Latvia"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.cnil.fr/"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV"
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
}
],
"https://w3id.org/dpv#hasLaw": [
@@ -7088,40 +7372,62 @@
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-DC",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@value": "Harshvardhan J. Pandit"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@value": "LV"
+ "@id": "https://w3id.org/dpv/dpv-legal#"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@value": "LVA"
+ "@language": "en",
+ "@value": "accepted"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@value": "428"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "428"
+ "@language": "en",
+ "@value": "District of Columbia"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SE",
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -7150,82 +7456,54 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#HN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ "@id": "https://w3id.org/dpv/dpv-legal#MX"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#BZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@id": "https://w3id.org/dpv/dpv-legal#GT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@id": "https://w3id.org/dpv/dpv-legal#NI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#SV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv/dpv-legal#CR"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Sweden"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "CentralAmerica"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "SE"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "SWE"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "752"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "752"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CT",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -7260,7 +7538,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Connecticut"
+ "@value": "Massachusetts"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -7275,7 +7553,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CC",
+ "@id": "https://w3id.org/dpv/dpv-legal#MS",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -7304,16 +7582,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Cocos (Keeling) Islands"
+ "@value": "Montserrat"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -7323,38 +7604,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CC"
+ "@value": "MS"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "CCK"
+ "@value": "MSR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "166"
+ "@value": "500"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "166"
+ "@value": "500"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-OR",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -7365,9 +7649,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -7381,46 +7662,30 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "de",
- "@value": "Der Bayerische Landesbeauftragte für den Datenschutz"
- },
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "The Bavarian State Commissioner for Data Protection"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.datenschutz-bayern.de/"
+ "@language": "en",
+ "@value": "Oregon"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GB",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CT-CTPA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -7428,12 +7693,17 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
+ "@value": "2022-11-23"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Jonathan Bowker"
+ }
+ ],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:Ndbdba9c91d034fa5b51d01af0b4c01ea"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -7447,75 +7717,56 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "United Kingdom of Great Britain and Northern Ireland"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-GB"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GB-DPA-2018"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GB-GDPR"
+ "@value": "Connecticut Data Privacy Act (CTPA)"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.cga.ct.gov/2022/ACT/PA/PDF/2022PA-00015-R00SB-00006-PA.PDF"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-CT"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "GB"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CT"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "GBR"
+ "@id": "https://w3id.org/dpv#Law"
}
+ ]
+ },
+ {
+ "@id": "_:Ndbdba9c91d034fa5b51d01af0b4c01ea",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@value": "826"
+ "@id": "_:Nc3d321389c6a4a84b805140f03e5a92a"
}
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ ]
+ },
+ {
+ "@id": "_:Nc3d321389c6a4a84b805140f03e5a92a",
+ "http://www.w3.org/2006/time#inXSDDate": [
{
- "@value": "826"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2023-01-07"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NU",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -7527,6 +7778,9 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -7542,59 +7796,43 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Niue"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@value": "Hamburg Data Protection Act (HmbDSG)"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@language": "de",
+ "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "NU"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@value": "NIU"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "570"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HH"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "570"
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MP",
+ "@id": "https://w3id.org/dpv/dpv-legal#BO",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -7620,16 +7858,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Northern Mariana Islands"
+ "@value": "Bolivia (Plurinational State of)"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -7639,35 +7880,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MP"
+ "@value": "BO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MNP"
+ "@value": "BOL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "580"
+ "@value": "68"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "580"
+ "@value": "68"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-WA",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -7694,47 +7938,38 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "The Federal Commissioner for Data Protection and Freedom of Information"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "http://www.bfdi.bund.de/"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@language": "en",
+ "@value": "Washington"
}
],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GB-GDPR",
+ "@id": "https://w3id.org/dpv/dpv-legal#TO",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-07-20"
+ "@value": "2022-03-30"
}
],
"http://purl.org/dc/terms/creator": [
@@ -7742,76 +7977,70 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/modified": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-14"
+ "@id": "https://w3id.org/dpv/dpv-legal#"
}
],
- "http://purl.org/dc/terms/temporal": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "_:Nf033fc1b3fc1452897f3449a68942f44"
+ "@language": "en",
+ "@value": "accepted"
}
],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "modified"
+ "@value": "Tonga"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@language": "en",
- "@value": "General Data Protection Regulation (GDPR)"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.legislation.gov.uk/eur/2016/679/contents"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GB"
+ "@value": "TO"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@value": "TON"
}
- ]
- },
- {
- "@id": "_:Nf033fc1b3fc1452897f3449a68942f44",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "_:N9d8d3065adcd4564b9655c7a3c1387a0"
+ "@value": "776"
}
- ]
- },
- {
- "@id": "_:N9d8d3065adcd4564b9655c7a3c1387a0",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-02-28"
+ "@value": "776"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28",
+ "@id": "https://w3id.org/dpv/dpv-legal#SE",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -7824,11 +8053,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:N9281be9f85004ee0b519e931692ac446"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -7842,232 +8066,85 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GB"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "European Union (EU-28)"
+ "@value": "Sweden"
}
],
- "https://w3id.org/dpv#hasCountry": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
- },
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv#SupraNationalUnion"
+ "@value": "SE"
}
- ]
- },
- {
- "@id": "_:N9281be9f85004ee0b519e931692ac446",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "_:N0312d9e226ff4ccf970b004a0c7f1cf8"
+ "@value": "SWE"
}
],
- "http://www.w3.org/2006/time#hasEnd": [
- {
- "@id": "_:Na1a4bda35cba405398b8834b0163909e"
- }
- ]
- },
- {
- "@id": "_:Na1a4bda35cba405398b8834b0163909e",
- "http://www.w3.org/2006/time#inXSDDate": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-01-31"
+ "@value": "752"
}
- ]
- },
- {
- "@id": "_:N0312d9e226ff4ccf970b004a0c7f1cf8",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2013-07-01"
+ "@value": "752"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ER",
+ "@id": "https://w3id.org/dpv/dpv-legal#EH",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -8092,20 +8169,17 @@
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
{
"@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Eritrea"
+ "@value": "Western Sahara"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -8114,39 +8188,36 @@
}
],
"https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
{
"@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "ER"
+ "@value": "EH"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "ERI"
+ "@value": "ESH"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "232"
+ "@value": "732"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "232"
+ "@value": "732"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NP",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-MV",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -8175,57 +8246,123 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Nepal"
+ "@value": "Mecklenburg-Western-Pomerania"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MV",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Maldives"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "NP"
+ "@value": "MV"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "NPL"
+ "@value": "MDV"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "524"
+ "@value": "462"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "524"
+ "@value": "462"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-HI",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -8249,30 +8386,36 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@language": "en",
+ "@value": "Commission for Personal Data Protection"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Hawaii"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.cpdp.bg/"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BA",
+ "@id": "https://w3id.org/dpv/dpv-legal#MO",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -8301,16 +8444,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Bosnia and Herzegovina"
+ "@value": "China, Macao Special Administrative Region"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -8320,35 +8463,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BA"
+ "@value": "MO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BIH"
+ "@value": "MAC"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "70"
+ "@value": "446"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "70"
+ "@value": "446"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IR",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-IL",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -8377,54 +8520,28 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Iran (Islamic Republic of)"
+ "@value": "Illinois"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "IR"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "IRN"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "364"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "364"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PT",
+ "@id": "https://w3id.org/dpv/dpv-legal#FI",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -8453,7 +8570,7 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Europe"
@@ -8462,30 +8579,30 @@
"@id": "https://w3id.org/dpv/dpv-legal#EEA30"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Portugal"
+ "@value": "Finland"
}
],
"https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI"
}
],
"https://w3id.org/dpv#hasLaw": [
@@ -8500,7 +8617,7 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Europe"
@@ -8508,30 +8625,30 @@
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "PT"
+ "@value": "FI"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "PRT"
+ "@value": "FIN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "620"
+ "@value": "246"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "620"
+ "@value": "246"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#MQ",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -8540,9 +8657,6 @@
}
],
"http://purl.org/dc/terms/creator": [
- {
- "@value": "Julian Flake"
- },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -8558,40 +8672,62 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "de",
- "@value": "Landesdatenschutzgesetz (LDSG)"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "State Data Protection Act (LDSG)"
+ "@value": "Martinique"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-RP"
+ "@value": "MQ"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@value": "MTQ"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "474"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "474"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#UA",
+ "@id": "https://w3id.org/dpv/dpv-legal#IE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -8620,16 +8756,44 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Ukraine"
+ "@value": "Ireland"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -8639,38 +8803,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "UA"
+ "@value": "IE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "UKR"
+ "@value": "IRL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "804"
+ "@value": "372"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "804"
+ "@value": "372"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BW",
+ "@id": "https://w3id.org/dpv/dpv-legal#TZ",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -8696,19 +8860,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Botswana"
+ "@value": "United Republic of Tanzania"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -8718,38 +8882,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BW"
+ "@value": "TZ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BWA"
+ "@value": "TZA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "72"
+ "@value": "834"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "72"
+ "@value": "834"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HB",
+ "@id": "https://w3id.org/dpv/dpv-legal#LS",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -8778,44 +8942,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Bremen"
+ "@value": "Lesotho"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "LS"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@value": "LSO"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "426"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "426"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MT",
+ "@id": "https://w3id.org/dpv/dpv-legal#KP",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -8844,31 +9024,57 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Montana"
+ "@value": "Democratic People's Republic of Korea"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "KP"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "PRK"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "408"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "408"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#VU",
+ "@id": "https://w3id.org/dpv/dpv-legal#CN",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -8894,16 +9100,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Vanuatu"
+ "@value": "China"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -8913,35 +9119,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "VU"
+ "@value": "CN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "VUT"
+ "@value": "CHN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "548"
+ "@value": "156"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "548"
+ "@value": "156"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL",
+ "@id": "https://w3id.org/dpv/dpv-legal#TT",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -8955,9 +9161,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -8971,46 +9174,62 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "de",
- "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@language": "en",
- "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.datenschutz.saarland.de/"
+ "@language": "en",
+ "@value": "Trinidad and Tobago"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SL"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "TT"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "TTO"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "780"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "780"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#VN",
+ "@id": "https://w3id.org/dpv/dpv-legal#SZ",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -9039,16 +9258,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Viet Nam"
+ "@value": "Eswatini"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -9058,38 +9280,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "VN"
+ "@value": "SZ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "VNM"
+ "@value": "SWZ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "704"
+ "@value": "748"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "704"
+ "@value": "748"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#VE",
+ "@id": "https://w3id.org/dpv/dpv-legal#GS",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -9118,16 +9343,16 @@
"@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Venezuela (Bolivarian Republic of)"
+ "@value": "South Georgia and the South Sandwich Islands"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -9137,38 +9362,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "VE"
+ "@value": "GS"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "VEN"
+ "@value": "SGS"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "862"
+ "@value": "239"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "862"
+ "@value": "239"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MY",
+ "@id": "https://w3id.org/dpv/dpv-legal#AF",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -9197,7 +9422,7 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Asia"
@@ -9206,7 +9431,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Malaysia"
+ "@value": "Afghanistan"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -9216,7 +9441,7 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Asia"
@@ -9224,27 +9449,27 @@
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MY"
+ "@value": "AF"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MYS"
+ "@value": "AFG"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "458"
+ "@value": "4"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "458"
+ "@value": "4"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GA",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MN",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -9273,63 +9498,31 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Gabon"
+ "@value": "Minnesota"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "GA"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "GAB"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "266"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "266"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HH",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -9342,11 +9535,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:N1ec461669b484c61b29c6025cff95292"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -9358,57 +9546,49 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "EU Adequacy Decision for Faroe Islands"
+ "@value": "Hamburg"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FO"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ "@id": "https://w3id.org/dpv#Region"
}
- ]
- },
- {
- "@id": "_:N1ec461669b484c61b29c6025cff95292",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
- {
- "@id": "_:N1b97fc0a141444ea87a023e7bb3d24bc"
- }
- ]
- },
- {
- "@id": "_:N1b97fc0a141444ea87a023e7bb3d24bc",
- "http://www.w3.org/2006/time#inXSDDate": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2010-03-09"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MO",
+ "@id": "https://w3id.org/dpv/dpv-legal#LI",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -9434,31 +9614,57 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Missouri"
+ "@value": "Liechtenstein"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "LI"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "LIE"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "438"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "438"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TG",
+ "@id": "https://w3id.org/dpv/dpv-legal#LA",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -9484,19 +9690,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Togo"
+ "@value": "Lao People's Democratic Republic"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -9506,38 +9709,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "TG"
+ "@value": "LA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "TGO"
+ "@value": "LAO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "768"
+ "@value": "418"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "768"
+ "@value": "418"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-IA",
+ "@id": "https://w3id.org/dpv/dpv-legal#SM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -9566,28 +9766,54 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Iowa"
+ "@value": "San Marino"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "SM"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "SMR"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "674"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "674"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AS",
+ "@id": "https://w3id.org/dpv/dpv-legal#NF",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -9616,16 +9842,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "American Samoa"
+ "@value": "Norfolk Island"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -9638,35 +9864,35 @@
"@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "AS"
+ "@value": "NF"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "ASM"
+ "@value": "NFK"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "16"
+ "@value": "574"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "16"
+ "@value": "574"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LK",
+ "@id": "https://w3id.org/dpv/dpv-legal#FK",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -9692,16 +9918,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Sri Lanka"
+ "@value": "Falkland Islands (Malvinas)"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -9711,38 +9940,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "LK"
+ "@value": "FK"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "LKA"
+ "@value": "FLK"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "144"
+ "@value": "238"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "144"
+ "@value": "238"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MD",
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -9766,30 +9998,190 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#CH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#VA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GB"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Sark"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#JE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SJ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MC"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ME"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AX"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#UA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Maryland"
+ "@value": "Europe"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
"@id": "https://w3id.org/dpv#Region"
}
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GE",
+ "@id": "https://w3id.org/dpv/dpv-legal#SN",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -9818,16 +10210,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Georgia"
+ "@value": "Senegal"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -9837,35 +10232,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "GE"
+ "@value": "SN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "GEO"
+ "@value": "SEN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "268"
+ "@value": "686"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "268"
+ "@value": "686"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands",
+ "@id": "https://w3id.org/dpv/dpv-legal#AQ",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -9892,44 +10290,125 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@language": "en",
+ "@value": "Antarctica"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GG"
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "AQ"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "ATA"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "10"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "10"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GN",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#JE"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Sark"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "ChannelIslands"
+ "@value": "Guinea"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "GN"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "GIN"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "324"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "324"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IS",
+ "@id": "https://w3id.org/dpv/dpv-legal#TC",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -9955,16 +10434,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Iceland"
+ "@value": "Turks and Caicos Islands"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -9974,38 +10456,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "IS"
+ "@value": "TC"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "ISL"
+ "@value": "TCA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "352"
+ "@value": "796"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "352"
+ "@value": "796"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-TH",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -10018,9 +10503,70 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Thuringia"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "_:N929d928105f34333932762821b872a4b"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -10036,232 +10582,230 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
}
],
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-FL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-HI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-GA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-UT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-DC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-IA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-UM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-SD"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MP"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-WA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AS"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-WY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-OK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GB"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-WV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-LA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "European Economic Area (EEA-31)"
- }
- ],
- "https://w3id.org/dpv#hasCountry": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-WI"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-TX"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-ME"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-OR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MD"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-RI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NJ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-ID"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-DE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-IL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-GU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-TN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-KY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GB"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-OH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-PA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-PR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-ND"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-IN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-SC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-KS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MS"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "United States of America"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#SupraNationalUnion"
+ "@id": "https://w3id.org/dpv#Country"
}
- ]
- },
- {
- "@id": "_:N929d928105f34333932762821b872a4b",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "_:Nf78b819087b44afbabd7b260d959f214"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
}
],
- "http://www.w3.org/2006/time#hasEnd": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "_:N5756da06f97f48d3a56550d66ca5b107"
+ "@value": "US"
}
- ]
- },
- {
- "@id": "_:Nf78b819087b44afbabd7b260d959f214",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2014-04-12"
+ "@value": "USA"
}
- ]
- },
- {
- "@id": "_:N5756da06f97f48d3a56550d66ca5b107",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-01-31"
+ "@value": "840"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "840"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope",
+ "@id": "https://w3id.org/dpv/dpv-legal#VI",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -10287,57 +10831,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MC"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LI"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
- },
+ "@language": "en",
+ "@value": "United States Virgin Islands"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CH"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ "@value": "VI"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@language": "en",
- "@value": "WesternEurope"
+ "@value": "VIR"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "850"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@value": "850"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KG",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-SD",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -10366,57 +10913,31 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Kyrgyzstan"
+ "@value": "South Dakota"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "KG"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "KGZ"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "417"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "417"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LT",
+ "@id": "https://w3id.org/dpv/dpv-legal#GI",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -10441,45 +10962,17 @@
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- },
{
"@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Lithuania"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "Gibraltar"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -10489,46 +10982,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "LT"
+ "@value": "GI"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "LTU"
+ "@value": "GIB"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "440"
+ "@value": "292"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "440"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#UK-GDPR",
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-GB"
+ "@value": "292"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SV",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MP",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -10554,107 +11039,84 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "El Salvador"
+ "@value": "Northern Mariana Islands"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://purl.org/dc/terms/created": [
{
- "@value": "SV"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "http://purl.org/dc/terms/creator": [
{
- "@value": "SLV"
+ "@value": "Harshvardhan J. Pandit"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@value": "222"
+ "@id": "https://w3id.org/dpv/dpv-legal#"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@value": "222"
+ "@language": "en",
+ "@value": "accepted"
}
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AdequacyConcepts",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ"
- },
+ "@language": "en",
+ "@value": "Data Protection Commission (DPC)"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "http://www.dataprotection.ie"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-SD",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -10681,30 +11143,36 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@language": "en",
+ "@value": "Spanish Data Protection Agency (AEPD)"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "South Dakota"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.aepd.es/"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LY",
+ "@id": "https://w3id.org/dpv/dpv-legal#PE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -10733,16 +11201,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Libya"
+ "@value": "Peru"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -10752,35 +11223,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "LY"
+ "@value": "PE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "LBY"
+ "@value": "PER"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "434"
+ "@value": "604"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "434"
+ "@value": "604"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NC",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-IN",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -10815,7 +11289,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "North Carolina"
+ "@value": "Indiana"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -10830,10 +11304,10 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -10857,116 +11331,39 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@language": "en",
+ "@value": "The Federal Commissioner for Data Protection and Freedom of Information"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#VC"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MF"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#VG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LC"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#JM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SX"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GP"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GD"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BQ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#VI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MQ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DO"
- },
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#TC"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "http://www.bfdi.bund.de/"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@language": "en",
- "@value": "Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia",
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -10995,36 +11392,30 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#JP"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KR"
+ "@id": "https://w3id.org/dpv/dpv-legal#PM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CN"
+ "@id": "https://w3id.org/dpv/dpv-legal#GL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KP"
+ "@id": "https://w3id.org/dpv/dpv-legal#CA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MO"
+ "@id": "https://w3id.org/dpv/dpv-legal#BM"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "EasternAsia"
+ "@value": "NorthernAmerica"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -11034,15 +11425,15 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PW",
+ "@id": "https://w3id.org/dpv/dpv-legal#TH",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -11068,16 +11459,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Palau"
+ "@value": "Thailand"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -11087,35 +11478,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "PW"
+ "@value": "TH"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "PLW"
+ "@value": "THA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "585"
+ "@value": "764"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "585"
+ "@value": "764"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AO",
+ "@id": "https://w3id.org/dpv/dpv-legal#PK",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -11144,19 +11535,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Angola"
+ "@value": "Pakistan"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -11166,38 +11554,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "AO"
+ "@value": "PK"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "AGO"
+ "@value": "PAK"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "24"
+ "@value": "586"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "24"
+ "@value": "586"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TL",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -11224,56 +11609,36 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Timor-Leste"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@value": "Comissão Nacional de Protecção de Dados"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "TL"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.cnpd.pt"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "TLS"
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@value": "626"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "626"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BM",
+ "@id": "https://w3id.org/dpv/dpv-legal#CX",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -11302,16 +11667,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Bermuda"
+ "@value": "Christmas Island"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -11321,35 +11686,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BM"
+ "@value": "CX"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BMU"
+ "@value": "CXR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "60"
+ "@value": "162"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "60"
+ "@value": "162"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CK",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -11361,6 +11726,9 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -11376,56 +11744,43 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Cook Islands"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@value": "Bavarian Data Protection Act (BayDSG)"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@language": "de",
+ "@value": "Bayerisches Datenschutzgesetz (BayDSG)"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "CK"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@value": "COK"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "184"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "184"
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MX",
+ "@id": "https://w3id.org/dpv/dpv-legal#GU",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -11454,19 +11809,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Mexico"
+ "@value": "Guam"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -11476,41 +11828,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MX"
+ "@value": "GU"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MEX"
+ "@value": "GUM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "484"
+ "@value": "316"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "484"
+ "@value": "316"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean",
+ "@id": "https://w3id.org/dpv/dpv-legal#LU",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -11536,198 +11885,269 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EC"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MQ"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NI"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BS"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BR"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DO"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BV"
- },
+ "@language": "en",
+ "@value": "Luxembourg"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AR"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#TC"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CR"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AG"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SR"
- },
+ "@value": "LU"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PR"
- },
+ "@value": "LUX"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#VC"
- },
+ "@value": "442"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MF"
- },
+ "@value": "442"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#TT"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LC"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GF"
- },
+ "@value": "Julian Flake"
+ }
+ ],
+ "http://purl.org/dc/terms/temporal": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CW"
+ "@id": "_:Ncbd18000d64546da8c3239e3633d5148"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Federal Data Protection Act (BDSG)"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#VE"
+ "@language": "de",
+ "@value": "Bundesdatenschutzgesetz (BDSG)"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.gesetze-im-internet.de/bdsg_2018/"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BB"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#VG"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PA"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KY"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PY"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FK"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GY"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GD"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BO"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PE"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#JM"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AI"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SX"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GP"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MS"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HT"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HN"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DM"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CU"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HB"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MX"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CO"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-RP"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BQ"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-ST"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KN"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#UY"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GS"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SV"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-MV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AW"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BB"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CL"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BL"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GT"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#VI"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-TH"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@language": "en",
- "@value": "LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv#Law"
}
+ ]
+ },
+ {
+ "@id": "_:Ncbd18000d64546da8c3239e3633d5148",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "_:N227a122df41d4564aeabd384773b9aaa"
}
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ ]
+ },
+ {
+ "@id": "_:N227a122df41d4564aeabd384773b9aaa",
+ "http://www.w3.org/2006/time#inXSDDate": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2019-11-20"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BB",
+ "@id": "https://w3id.org/dpv/dpv-legal#AT",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -11753,44 +12173,82 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Brandenburg"
+ "@value": "Austria"
}
],
"https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT"
}
],
"https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG"
- },
{
"@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "AT"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "AUT"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "40"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "40"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BN",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-CO",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -11798,12 +12256,12 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
+ "@value": "2022-11-23"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Jonathan Bowker"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -11817,56 +12275,36 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Brunei Darussalam"
+ "@value": "Colorado Attorney General"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "BN"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://coag.gov"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "BRN"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CO"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@value": "96"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CO-CPA"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "96"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia",
+ "@id": "https://w3id.org/dpv/dpv-legal#TG",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -11895,60 +12333,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WF"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WS"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TK"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TV"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CK"
- },
+ "@language": "en",
+ "@value": "Togo"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PN"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PF"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AS"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NU"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#TO"
+ "@value": "TG"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@language": "en",
- "@value": "Polynesia"
+ "@value": "TGO"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "768"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@value": "768"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania",
+ "@id": "https://w3id.org/dpv/dpv-legal#KE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -11975,121 +12413,62 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PF"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#UM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FJ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MP"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NC"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WF"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CC"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
- },
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NR"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TV"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NZ"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CX"
- },
+ "@language": "en",
+ "@value": "Kenya"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#TK"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PG"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NF"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CK"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#VU"
- },
+ "@value": "KE"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#KI"
+ "@value": "KEN"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@language": "en",
- "@value": "Oceania"
+ "@value": "404"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "404"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL",
+ "@id": "https://w3id.org/dpv/dpv-legal#AR",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -12116,92 +12495,62 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "Personal Data Protection Office"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://uodo.gov.pl/"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@language": "en",
+ "@value": "Argentina"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ },
{
- "@language": "en",
- "@value": "Spanish Data Protection Agency (AEPD)"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.aepd.es/"
+ "@value": "AR"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ "@value": "ARG"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "32"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "32"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#JO",
+ "@id": "https://w3id.org/dpv/dpv-legal#WF",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -12230,16 +12579,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Jordan"
+ "@value": "Wallis and Futuna Islands"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -12249,35 +12598,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "JO"
+ "@value": "WF"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "JOR"
+ "@value": "WLF"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "400"
+ "@value": "876"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "400"
+ "@value": "876"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CX",
+ "@id": "https://w3id.org/dpv/dpv-legal#SG",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -12306,16 +12655,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Christmas Island"
+ "@value": "Singapore"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -12325,35 +12674,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CX"
+ "@value": "SG"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "CXR"
+ "@value": "SGP"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "162"
+ "@value": "702"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "162"
+ "@value": "702"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-DE",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -12367,6 +12716,9 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -12380,33 +12732,49 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@language": "de",
+ "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen"
+ },
+ {
+ "@language": "en",
+ "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Delaware"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.ldi.nrw.de/"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NW"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -12416,10 +12784,10 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Julian Flake"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -12436,22 +12804,27 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "de",
- "@value": "Landesdatenschutzgesetz (LDSG) (BW)"
+ "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)"
},
{
"@language": "en",
- "@value": "State Data Protection Act (LDSG) (BW)"
+ "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf"
+ "@value": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BW"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NW"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -12461,10 +12834,10 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RE",
+ "@id": "https://w3id.org/dpv/dpv-legal#CA",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -12490,19 +12863,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Réunion"
+ "@value": "Canada"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -12512,38 +12882,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "RE"
+ "@value": "CA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "REU"
+ "@value": "CAN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "638"
+ "@value": "124"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "638"
+ "@value": "124"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-AS",
+ "@id": "https://w3id.org/dpv/dpv-legal#EU",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -12570,259 +12937,192 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ },
{
- "@language": "en",
- "@value": "American Samoa"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
{
- "@id": "https://w3id.org/dpv#Region"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WS",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ },
{
- "@language": "en",
- "@value": "Samoa"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ },
{
- "@value": "WS"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ },
{
- "@value": "WSM"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ },
{
- "@value": "882"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ },
{
- "@value": "882"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PK",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ },
{
- "@language": "en",
- "@value": "Pakistan"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ },
{
- "@value": "PK"
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "PAK"
+ "@language": "en",
+ "@value": "European Union (EU)"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasCountry": [
{
- "@value": "586"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ },
{
- "@value": "586"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LawConcepts",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
- ],
- "http://www.w3.org/2004/02/skos/core#member": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA"
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG"
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GB-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA"
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-UT-UCPA"
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GB-DPA-2018"
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG"
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#SupraNationalUnion"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SN",
+ "@id": "https://w3id.org/dpv/dpv-legal#MH",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -12851,19 +13151,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Senegal"
+ "@value": "Marshall Islands"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -12873,41 +13170,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "SN"
+ "@value": "MH"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "SEN"
+ "@value": "MHL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "686"
+ "@value": "584"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "686"
+ "@value": "584"
}
]
},
{
"@id": "https://w3id.org/dpv/dpv-legal#VC",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -12932,14 +13226,14 @@
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
{
"@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
@@ -12986,7 +13280,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE",
+ "@id": "https://w3id.org/dpv/dpv-legal#TD",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -13015,82 +13309,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Berlin"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Region"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RU",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
- {
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Russian Federation"
+ "@value": "Chad"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -13100,35 +13331,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "RU"
+ "@value": "TD"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "RUS"
+ "@value": "TCD"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "643"
+ "@value": "148"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "643"
+ "@value": "148"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-KY",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -13144,11 +13378,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:Nb8cf881bf65f42dab7e85feee62b9a53"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -13160,54 +13389,30 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "EU Adequacy Decision for New Zealand"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NZ"
+ "@language": "en",
+ "@value": "Kentucky"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ "@id": "https://w3id.org/dpv#Region"
}
- ]
- },
- {
- "@id": "_:Nb8cf881bf65f42dab7e85feee62b9a53",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
- {
- "@id": "_:N4ed048fddfdc4aa4b80e74c59e7b0313"
- }
- ]
- },
- {
- "@id": "_:N4ed048fddfdc4aa4b80e74c59e7b0313",
- "http://www.w3.org/2006/time#inXSDDate": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2012-12-20"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KR",
+ "@id": "https://w3id.org/dpv/dpv-legal#MY",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -13236,16 +13441,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Republic of Korea"
+ "@value": "Malaysia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -13258,32 +13463,32 @@
"@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "KR"
+ "@value": "MY"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "KOR"
+ "@value": "MYS"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "410"
+ "@value": "458"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "410"
+ "@value": "458"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MV",
+ "@id": "https://w3id.org/dpv/dpv-legal#ME",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -13312,16 +13517,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Maldives"
+ "@value": "Montenegro"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -13331,38 +13536,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MV"
+ "@value": "ME"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MDV"
+ "@value": "MNE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "462"
+ "@value": "499"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "462"
+ "@value": "499"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AR",
+ "@id": "https://w3id.org/dpv/dpv-legal#VA",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -13388,19 +13593,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Argentina"
+ "@value": "Holy See"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -13410,41 +13612,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "AR"
+ "@value": "VA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "ARG"
+ "@value": "VAT"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "32"
+ "@value": "336"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "32"
+ "@value": "336"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KY",
+ "@id": "https://w3id.org/dpv/dpv-legal#PL",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -13470,19 +13669,44 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Cayman Islands"
+ "@value": "Poland"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -13492,38 +13716,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "KY"
+ "@value": "PL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "CYM"
+ "@value": "POL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "136"
+ "@value": "616"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "136"
+ "@value": "616"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#YT",
+ "@id": "https://w3id.org/dpv/dpv-legal#UZ",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -13552,19 +13773,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Mayotte"
+ "@value": "Uzbekistan"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -13574,38 +13792,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "YT"
+ "@value": "UZ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MYT"
+ "@value": "UZB"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "175"
+ "@value": "860"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "175"
+ "@value": "860"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NC",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -13617,6 +13832,9 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -13632,56 +13850,102 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@language": "de",
+ "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
+ "@language": "en",
+ "@value": "The State Commissioner for Data Protection Lower Saxony"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "New Caledonia"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.lfd.niedersachsen.de/"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NI"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG"
+ },
{
- "@value": "NC"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "NCL"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-NV",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://purl.org/dc/terms/created": [
{
- "@value": "540"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-23"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "http://purl.org/dc/terms/creator": [
{
- "@value": "540"
+ "@value": "Jonathan Bowker"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Nevada Attorney General"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://ag.nv.gov/"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NV"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NV-NPICICA"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MS",
+ "@id": "https://w3id.org/dpv/dpv-legal#NI",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -13710,19 +13974,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Montserrat"
+ "@value": "Nicaragua"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -13738,27 +14002,27 @@
"@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MS"
+ "@value": "NI"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MSR"
+ "@value": "NIC"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "500"
+ "@value": "558"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "500"
+ "@value": "558"
}
]
},
@@ -13839,7 +14103,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MT",
+ "@id": "https://w3id.org/dpv/dpv-legal#GB-DPA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -13847,7 +14111,7 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
+ "@value": "2022-07-20"
}
],
"http://purl.org/dc/terms/creator": [
@@ -13855,95 +14119,73 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "http://purl.org/dc/terms/modified": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-10-14"
}
],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "http://purl.org/dc/terms/temporal": [
{
- "@language": "en",
- "@value": "accepted"
+ "@id": "_:Nd28ba148d1b14c7894b06817a046f270"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@id": "https://w3id.org/dpv/dpv-legal#"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "Malta"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "modified"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@language": "en",
+ "@value": "Data Protection Act (DPA)"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- },
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.legislation.gov.uk/ukpga/2018/12/contents"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "MT"
+ "@id": "https://w3id.org/dpv/dpv-legal#GB"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "MLT"
+ "@id": "https://w3id.org/dpv#Law"
}
+ ]
+ },
+ {
+ "@id": "_:Nd28ba148d1b14c7894b06817a046f270",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@value": "470"
+ "@id": "_:N40d63e501b264ac0bef7b4b485cfff14"
}
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ ]
+ },
+ {
+ "@id": "_:N40d63e501b264ac0bef7b4b485cfff14",
+ "http://www.w3.org/2006/time#inXSDDate": [
{
- "@value": "470"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2018-05-25"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SA",
+ "@id": "https://w3id.org/dpv/dpv-legal#RS",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -13972,16 +14214,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Saudi Arabia"
+ "@value": "Serbia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -13991,30 +14233,30 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "SA"
+ "@value": "RS"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "SAU"
+ "@value": "SRB"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "682"
+ "@value": "688"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "682"
+ "@value": "688"
}
]
},
@@ -14048,13 +14290,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
@@ -14101,7 +14343,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-GA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -14130,81 +14372,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TF"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ZM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DJ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ET"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SC"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ZW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ER"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#UG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#YT"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "EasternAfrica"
+ "@value": "Georgia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -14214,12 +14388,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GU",
+ "@id": "https://w3id.org/dpv/dpv-legal#SV",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -14248,16 +14422,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Guam"
+ "@value": "El Salvador"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -14267,35 +14444,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "GU"
+ "@value": "SV"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "GUM"
+ "@value": "SLV"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "316"
+ "@value": "222"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "316"
+ "@value": "222"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NL",
+ "@id": "https://w3id.org/dpv/dpv-legal#AE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -14324,44 +14504,92 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
+ "@language": "en",
+ "@value": "United Arab Emirates"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- },
+ "@value": "AE"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ "@value": "ARE"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "784"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "784"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TL",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "Netherlands"
+ "@value": "accepted"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@language": "en",
+ "@value": "Timor-Leste"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -14371,35 +14599,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "NL"
+ "@value": "TL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "NLD"
+ "@value": "TLS"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "528"
+ "@value": "626"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "528"
+ "@value": "626"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG",
+ "@id": "https://w3id.org/dpv/dpv-legal#GF",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -14415,11 +14643,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:N9d07a23e00404655a7e057f5c42e638e"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -14431,54 +14654,62 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "EU Adequacy Decision for Guernsey"
+ "@value": "French Guiana"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GG"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ "@value": "GF"
}
- ]
- },
- {
- "@id": "_:N9d07a23e00404655a7e057f5c42e638e",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "_:N4e42fbc942cc4faf843ccddac13e151a"
+ "@value": "GUF"
}
- ]
- },
- {
- "@id": "_:N4e42fbc942cc4faf843ccddac13e151a",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2003-11-21"
+ "@value": "254"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "254"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU",
+ "@id": "https://w3id.org/dpv/dpv-legal#IQ",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -14505,36 +14736,56 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "National Commission for Data Protection"
+ "@value": "Iraq"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://cnpd.public.lu"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "IQ"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "IRQ"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "368"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "368"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-WA",
+ "@id": "https://w3id.org/dpv/dpv-legal#MX",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -14563,28 +14814,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Washington"
+ "@value": "Mexico"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "MX"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "MEX"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "484"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "484"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NO",
+ "@id": "https://w3id.org/dpv/dpv-legal#UY",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -14613,16 +14896,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Norway"
+ "@value": "Uruguay"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -14632,35 +14918,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "NO"
+ "@value": "UY"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "NOR"
+ "@value": "URY"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "578"
+ "@value": "858"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "578"
+ "@value": "858"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BS",
+ "@id": "https://w3id.org/dpv/dpv-legal#PY",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -14689,10 +14978,10 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Americas"
@@ -14701,7 +14990,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Bahamas"
+ "@value": "Paraguay"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -14711,38 +15000,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BS"
+ "@value": "PY"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BHS"
+ "@value": "PRY"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "44"
+ "@value": "600"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "44"
+ "@value": "600"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM",
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -14760,7 +15049,7 @@
],
"http://purl.org/dc/terms/temporal": [
{
- "@id": "_:N11f5f912fb9147eab6be703dac18952e"
+ "@id": "_:Nf77761730793471db39d75429428a430"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -14777,21 +15066,21 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "EU Adequacy Decision for Isle of Man"
+ "@value": "EU Adequacy Decision for Guernsey"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411"
+ "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IM"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#GG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -14801,30 +15090,30 @@
]
},
{
- "@id": "_:N11f5f912fb9147eab6be703dac18952e",
+ "@id": "_:Nf77761730793471db39d75429428a430",
"@type": [
"http://www.w3.org/2006/time#ProperInterval"
],
"http://www.w3.org/2006/time#hasBeginning": [
{
- "@id": "_:Nfe54d6315c17419093c341d4f0f7ad0e"
+ "@id": "_:N4c80ed79a745445a925915a2d14bf580"
}
]
},
{
- "@id": "_:Nfe54d6315c17419093c341d4f0f7ad0e",
+ "@id": "_:N4c80ed79a745445a925915a2d14bf580",
"http://www.w3.org/2006/time#inXSDDate": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2004-04-30"
+ "@value": "2003-11-21"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CU",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NE",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -14850,60 +15139,97 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Cuba"
+ "@value": "Nebraska"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@language": "de",
+ "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "CU"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.datenschutz-hamburg.de/"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "CUB"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HH"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@value": "192"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "192"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-ID",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -14930,30 +15256,36 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@language": "en",
+ "@value": "Estonian Data Protection Inspectorate"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Idaho"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "http://www.aki.ee/"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CL",
+ "@id": "https://w3id.org/dpv/dpv-legal#KI",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -14982,19 +15314,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Chile"
+ "@value": "Kiribati"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -15004,38 +15333,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CL"
+ "@value": "KI"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "CHL"
+ "@value": "KIR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "152"
+ "@value": "296"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "152"
+ "@value": "296"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RS",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NV-NPICICA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -15043,12 +15369,17 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
+ "@value": "2022-11-23"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Jonathan Bowker"
+ }
+ ],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:N8d76a881ac1a49dd802c97b991c0d06c"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -15062,59 +15393,59 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Serbia"
+ "@value": "Nevada Privacy of Information Collected on the Internet from Consumers Act (NPICICA)"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.leg.state.nv.us/NRS/NRS-603A.html"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-NV"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "RS"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NV"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "SRB"
+ "@id": "https://w3id.org/dpv#Law"
}
+ ]
+ },
+ {
+ "@id": "_:N8d76a881ac1a49dd802c97b991c0d06c",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@value": "688"
+ "@id": "_:Ncf723a901edf4beb97696a387b98c6aa"
}
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ ]
+ },
+ {
+ "@id": "_:Ncf723a901edf4beb97696a387b98c6aa",
+ "http://www.w3.org/2006/time#inXSDDate": [
{
- "@value": "688"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2021-01-10"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30",
+ "@id": "https://w3id.org/dpv/dpv-legal#GP",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -15127,11 +15458,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:Nc06477571f26449c89cba4f81bb52a0a"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -15145,209 +15471,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ "@language": "en",
+ "@value": "Guadeloupe"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@language": "en",
- "@value": "European Economic Area (EEA-30)"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasCountry": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
- },
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ "@value": "GP"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv#SupraNationalUnion"
+ "@value": "GLP"
}
- ]
- },
- {
- "@id": "_:Nc06477571f26449c89cba4f81bb52a0a",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "_:N3eec545c2c8c43d1be14c6bd4d380dee"
+ "@value": "312"
}
- ]
- },
- {
- "@id": "_:N3eec545c2c8c43d1be14c6bd4d380dee",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-02-01"
+ "@value": "312"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TD",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -15376,63 +15553,39 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Chad"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
+ "@value": "California"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "TD"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "TCD"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "148"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "148"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -15443,9 +15596,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -15459,43 +15609,83 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "de",
- "@value": "Berliner Datenschutzgesetz (BlnDSG)"
- },
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "Berlin Data Protection Act (BlnDSG)"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf"
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ME"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#VA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MK"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE"
+ "@language": "en",
+ "@value": "SouthernEurope"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#UZ",
+ "@id": "https://w3id.org/dpv/dpv-legal#LK",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -15521,7 +15711,7 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Asia"
@@ -15530,7 +15720,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Uzbekistan"
+ "@value": "Sri Lanka"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -15540,7 +15730,7 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Asia"
@@ -15548,27 +15738,27 @@
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "UZ"
+ "@value": "LK"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "UZB"
+ "@value": "LKA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "860"
+ "@value": "144"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "860"
+ "@value": "144"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FR",
+ "@id": "https://w3id.org/dpv/dpv-legal#BJ",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -15597,44 +15787,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "France"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "Benin"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -15644,38 +15809,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "FR"
+ "@value": "BJ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "FRA"
+ "@value": "BEN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "250"
+ "@value": "204"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "250"
+ "@value": "204"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IM",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SH",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -15701,54 +15869,44 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Isle of Man"
+ "@value": "Schleswig-Holstein"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "IM"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG"
+ },
{
- "@value": "IMN"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "833"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "833"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MA",
+ "@id": "https://w3id.org/dpv/dpv-legal#BV",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -15777,16 +15935,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Morocco"
+ "@value": "Bouvet Island"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -15796,35 +15957,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MA"
+ "@value": "BV"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MAR"
+ "@value": "BVT"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "504"
+ "@value": "74"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "504"
+ "@value": "74"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-GA",
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -15853,13 +16017,63 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EC"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#VE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#UY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SR"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Georgia"
+ "@value": "SouthAmerica"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -15869,12 +16083,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BY",
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -15903,32 +16117,66 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@language": "en",
- "@value": "Bavaria"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
+ "@id": "https://w3id.org/dpv/dpv-legal#GN"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public"
+ "@id": "https://w3id.org/dpv/dpv-legal#MR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NG"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#LR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#BJ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#CI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ML"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "WesternAfrica"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -15938,12 +16186,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LS",
+ "@id": "https://w3id.org/dpv/dpv-legal#SR",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -15972,19 +16220,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Lesotho"
+ "@value": "Suriname"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -15994,41 +16242,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "LS"
+ "@value": "SR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "LSO"
+ "@value": "SUR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "426"
+ "@value": "740"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "426"
+ "@value": "740"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HU",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-WY",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -16054,85 +16302,31 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Hungary"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "Wyoming"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "HU"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "HUN"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "348"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "348"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#iso_numeric",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-TN",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Relation"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -16145,11 +16339,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/source": [
- {
- "@id": "https://www.iso.org/iso-3166-country-codes.html"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -16163,39 +16352,28 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "http://www.w3.org/2004/02/skos/core#altLabel"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "The ISO-Numeric code for a given region"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "ISO-numeric"
- }
- ],
- "https://w3id.org/dpv#hasDomain": [
- {
- "@id": "https://w3id.org/dpv#Location"
+ "@value": "Tennessee"
}
],
- "https://w3id.org/dpv#hasRange": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "http://www.w3.org/2001/XMLSchema#string"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "http://www.w3.org/2004/02/skos/core#altLabel"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GW",
+ "@id": "https://w3id.org/dpv/dpv-legal#KR",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -16224,19 +16402,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Guinea-Bissau"
+ "@value": "Republic of Korea"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -16246,41 +16421,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "GW"
+ "@value": "KR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "GNB"
+ "@value": "KOR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "624"
+ "@value": "410"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "624"
+ "@value": "410"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#UM",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VI",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -16306,54 +16478,109 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "United States Minor Outlying Islands"
+ "@value": "U.S. Virgin Islands"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VA-VCDPA",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-23"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://purl.org/dc/terms/creator": [
{
- "@value": "UM"
+ "@value": "Jonathan Bowker"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "http://purl.org/dc/terms/temporal": [
{
- "@value": "UMI"
+ "@id": "_:N9a6989a513c74c6f9b55133e2f6108a3"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@value": "581"
+ "@id": "https://w3id.org/dpv/dpv-legal#"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@value": "581"
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Virginia Consumer Data Protection Act (VCDPA)"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://lis.virginia.gov/cgi-bin/legp604.exe?212+sum+HB2307"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-VC"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VA"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU",
+ "@id": "_:N9a6989a513c74c6f9b55133e2f6108a3",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
+ ],
+ "http://www.w3.org/2006/time#hasBeginning": [
+ {
+ "@id": "_:N1c6d52253fe34e40ac6954d2902e3341"
+ }
+ ]
+ },
+ {
+ "@id": "_:N1c6d52253fe34e40ac6954d2902e3341",
+ "http://www.w3.org/2006/time#inXSDDate": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2023-01-01"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -16380,192 +16607,98 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
- },
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ "@id": "https://w3id.org/dpv/dpv-legal#DJ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ "@id": "https://w3id.org/dpv/dpv-legal#ZM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ "@id": "https://w3id.org/dpv/dpv-legal#RW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ "@id": "https://w3id.org/dpv/dpv-legal#IO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ "@id": "https://w3id.org/dpv/dpv-legal#UG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#SS"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ "@id": "https://w3id.org/dpv/dpv-legal#BI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ "@id": "https://w3id.org/dpv/dpv-legal#KE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ "@id": "https://w3id.org/dpv/dpv-legal#KM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ "@id": "https://w3id.org/dpv/dpv-legal#MU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ "@id": "https://w3id.org/dpv/dpv-legal#MG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ "@id": "https://w3id.org/dpv/dpv-legal#YT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ "@id": "https://w3id.org/dpv/dpv-legal#ZW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ "@id": "https://w3id.org/dpv/dpv-legal#SO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv/dpv-legal#ET"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ "@id": "https://w3id.org/dpv/dpv-legal#ER"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#MW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ "@id": "https://w3id.org/dpv/dpv-legal#TZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ "@id": "https://w3id.org/dpv/dpv-legal#SC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ "@id": "https://w3id.org/dpv/dpv-legal#MZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ "@id": "https://w3id.org/dpv/dpv-legal#RE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ "@id": "https://w3id.org/dpv/dpv-legal#TF"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "European Union (EU)"
+ "@value": "EasternAfrica"
}
],
- "https://w3id.org/dpv#hasCountry": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
- },
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#SupraNationalUnion"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#ET",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -16579,9 +16712,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -16595,40 +16725,62 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Act to adapt the State Data Protection Act and other data protection regulations in the area of responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680"
+ "@value": "Ethiopia"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@language": "de",
- "@value": "Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf"
+ "@value": "ET"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV"
+ "@value": "ETH"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-MV"
+ "@value": "231"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@value": "231"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GI",
+ "@id": "https://w3id.org/dpv/dpv-legal#PN",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -16657,16 +16809,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Gibraltar"
+ "@value": "Pitcairn"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -16676,38 +16828,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "GI"
+ "@value": "PN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "GIB"
+ "@value": "PCN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "292"
+ "@value": "612"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "292"
+ "@value": "612"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SH",
+ "@id": "https://w3id.org/dpv/dpv-legal#GA",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -16739,13 +16891,13 @@
"@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Saint Helena"
+ "@value": "Gabon"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -16755,38 +16907,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "SH"
+ "@value": "GA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "SHN"
+ "@value": "GAB"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "654"
+ "@value": "266"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "654"
+ "@value": "266"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NE",
+ "@id": "https://w3id.org/dpv/dpv-legal#CI",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -16827,7 +16979,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Niger"
+ "@value": "Côte d’Ivoire"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -16836,39 +16988,39 @@
}
],
"https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
{
"@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "NE"
+ "@value": "CI"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "NER"
+ "@value": "CIV"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "562"
+ "@value": "384"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "562"
+ "@value": "384"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI",
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -16884,6 +17036,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:Nf9137fcda9d34904adfd7a5a44c76e53"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -16898,36 +17055,54 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Office of the Data Protection Ombudsman"
+ "@value": "EU Adequacy Decision for Canada (commercial organisations)"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://tietosuoja.fi/"
+ "@value": "https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ "@id": "https://w3id.org/dpv/dpv-legal#CA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
}
+ ]
+ },
+ {
+ "@id": "_:Nf9137fcda9d34904adfd7a5a44c76e53",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@id": "_:Nec2633f44e324750b7ee6d5caf4d4260"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha3",
+ "@id": "_:Nec2633f44e324750b7ee6d5caf4d4260",
+ "http://www.w3.org/2006/time#inXSDDate": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2002-01-04"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NI",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Relation"
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -16940,11 +17115,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/source": [
- {
- "@id": "https://www.iso.org/iso-3166-country-codes.html"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -16958,74 +17128,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "http://www.w3.org/2004/02/skos/core#altLabel"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#definition": [
- {
- "@language": "en",
- "@value": "The ISO-Alpha3 code for a given region"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "ISO-alpha3"
- }
- ],
- "https://w3id.org/dpv#hasDomain": [
- {
- "@id": "https://w3id.org/dpv#Location"
- }
- ],
- "https://w3id.org/dpv#hasRange": [
- {
- "@id": "http://www.w3.org/2001/XMLSchema#string"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "http://www.w3.org/2004/02/skos/core#altLabel"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-TN",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Lower-Saxony"
}
],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI"
}
],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG"
+ },
{
- "@language": "en",
- "@value": "Tennessee"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -17035,12 +17160,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-ST",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -17067,46 +17192,36 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@language": "en",
+ "@value": "Swedish Authority for Privacy Protection"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Saxony-Anhalt"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.imy.se/"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST"
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
}
],
"https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG"
- },
{
"@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RW",
+ "@id": "https://w3id.org/dpv/dpv-legal#BH",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -17135,19 +17250,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Rwanda"
+ "@value": "Bahrain"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -17157,38 +17269,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "RW"
+ "@value": "BH"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "RWA"
+ "@value": "BHR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "646"
+ "@value": "48"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "646"
+ "@value": "48"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GS",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-ID",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -17217,60 +17326,28 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "South Georgia and the South Sandwich Islands"
+ "@value": "Idaho"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "GS"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "SGS"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "239"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "239"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NM",
+ "@id": "https://w3id.org/dpv/dpv-legal#CU",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -17299,91 +17376,73 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "New Mexico"
+ "@value": "Cuba"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-PR",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
{
- "@language": "en",
- "@value": "accepted"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@value": "CU"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@language": "en",
- "@value": "Puerto Rico"
+ "@value": "CUB"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "192"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@value": "192"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ID",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-CT",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
+ "@value": "2022-11-23"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Jonathan Bowker"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -17397,59 +17456,39 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Indonesia"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@value": "Connecticut Attorney General"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "ID"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://portal.ct.gov/AG"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "IDN"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CT"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@value": "360"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CT-CTPA"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "360"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GQ",
+ "@id": "https://w3id.org/dpv/dpv-legal#NP",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -17475,19 +17514,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Equatorial Guinea"
+ "@value": "Nepal"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -17497,38 +17533,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "GQ"
+ "@value": "NP"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "GNQ"
+ "@value": "NPL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "226"
+ "@value": "524"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "226"
+ "@value": "524"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HE",
+ "@id": "https://w3id.org/dpv/dpv-legal#GD",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -17557,44 +17590,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Hesse"
+ "@value": "Grenada"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "GD"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@value": "GRD"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "308"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "308"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GM",
+ "@id": "https://w3id.org/dpv/dpv-legal#UM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -17623,19 +17672,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Gambia"
+ "@value": "United States Minor Outlying Islands"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -17645,41 +17691,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "GM"
+ "@value": "UM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "GMB"
+ "@value": "UMI"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "270"
+ "@value": "581"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "270"
+ "@value": "581"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -17689,10 +17732,10 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Julian Flake"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -17709,43 +17752,37 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information"
+ "@value": "Thuringian Data Protection Act (ThürDSG)"
},
{
"@language": "de",
- "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit"
+ "@value": "Thüringer Datenschutzgesetz (ThürDSG)"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.datenschutz-hamburg.de/"
+ "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HH"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH"
}
],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-TH"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Melanesia",
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -17774,30 +17811,42 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PG"
+ "@id": "https://w3id.org/dpv/dpv-legal#BD"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#VU"
+ "@id": "https://w3id.org/dpv/dpv-legal#LK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FJ"
+ "@id": "https://w3id.org/dpv/dpv-legal#AF"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SB"
+ "@id": "https://w3id.org/dpv/dpv-legal#BT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NC"
+ "@id": "https://w3id.org/dpv/dpv-legal#MV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NP"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Melanesia"
+ "@value": "SouthernAsia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -17807,15 +17856,15 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-PA",
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -17828,6 +17877,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:N14d708a8d62f4fe3826743c12673685a"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -17839,170 +17893,54 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@language": "en",
+ "@value": "EU Adequacy Decision for Israel"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Pennsylvania"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IL"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AuthoritiesConcepts",
+ "@id": "_:N14d708a8d62f4fe3826743c12673685a",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-UT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-GB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU"
- },
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL"
- },
+ "@id": "_:N746ec97967984f92be530b43e7c3aef9"
+ }
+ ]
+ },
+ {
+ "@id": "_:N746ec97967984f92be530b43e7c3aef9",
+ "http://www.w3.org/2006/time#inXSDDate": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2011-02-01"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CR",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-TX",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -18031,60 +17969,28 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Costa Rica"
+ "@value": "Texas"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "CR"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "CRI"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "188"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "188"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE",
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -18102,7 +18008,7 @@
],
"http://purl.org/dc/terms/temporal": [
{
- "@id": "_:Ned698e91a91744e9900e73ddb9ac6d7b"
+ "@id": "_:N894c7b3dda0846e590c98534eb8182e6"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -18119,21 +18025,21 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "EU Adequacy Decision for Jersey"
+ "@value": "EU Adequacy Decision for Andorra"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393"
+ "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#AD"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#JE"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -18143,30 +18049,30 @@
]
},
{
- "@id": "_:Ned698e91a91744e9900e73ddb9ac6d7b",
+ "@id": "_:N894c7b3dda0846e590c98534eb8182e6",
"@type": [
"http://www.w3.org/2006/time#ProperInterval"
],
"http://www.w3.org/2006/time#hasBeginning": [
{
- "@id": "_:Neeeab3a5696e47378e4f606df9ddf98f"
+ "@id": "_:N269529abff5a46faaa92f0afbbd83b55"
}
]
},
{
- "@id": "_:Neeeab3a5696e47378e4f606df9ddf98f",
+ "@id": "_:N269529abff5a46faaa92f0afbbd83b55",
"http://www.w3.org/2006/time#inXSDDate": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2008-05-26"
+ "@value": "2010-10-21"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-PA",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -18177,9 +18083,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -18193,46 +18096,33 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "de",
- "@value": "Bayerisches Datenschutzgesetz (BayDSG)"
- },
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "Bavarian Data Protection Act (BayDSG)"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public"
+ "@language": "en",
+ "@value": "Pennsylvania"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EE",
+ "@id": "https://w3id.org/dpv/dpv-legal#DJ",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -18258,44 +18148,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Estonia"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "Djibouti"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -18305,38 +18170,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "EE"
+ "@value": "DJ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "EST"
+ "@value": "DJI"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "233"
+ "@value": "262"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "233"
+ "@value": "262"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PA",
+ "@id": "https://w3id.org/dpv/dpv-legal#NL",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -18362,19 +18230,44 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Panama"
+ "@value": "Netherlands"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -18384,38 +18277,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "PA"
+ "@value": "NL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "PAN"
+ "@value": "NLD"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "591"
+ "@value": "528"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "591"
+ "@value": "528"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BF",
+ "@id": "https://w3id.org/dpv/dpv-legal#CF",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -18444,7 +18334,7 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Africa"
@@ -18456,7 +18346,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Burkina Faso"
+ "@value": "Central African Republic"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -18466,41 +18356,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BF"
+ "@value": "CF"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BFA"
+ "@value": "CAF"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "854"
+ "@value": "140"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "854"
+ "@value": "140"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KP",
+ "@id": "https://w3id.org/dpv/dpv-legal#DM",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -18526,16 +18416,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Democratic People's Republic of Korea"
+ "@value": "Dominica"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -18545,1522 +18438,1108 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "KP"
+ "@value": "DM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "PRK"
+ "@value": "DMA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "408"
+ "@value": "212"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "408"
+ "@value": "212"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE",
+ "@id": "https://w3id.org/dpv/dpv-legal#LocationConcepts",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
- {
- "@language": "en",
- "@value": "accepted"
- }
+ "http://www.w3.org/2004/02/skos/core#Collection"
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#member": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-ME"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#KZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@id": "https://w3id.org/dpv/dpv-legal#SA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#CW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv/dpv-legal#FJ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-RI"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NW"
+ "@id": "https://w3id.org/dpv/dpv-legal#JP"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SN"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MO"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#DE-NI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HB"
+ "@id": "https://w3id.org/dpv/dpv-legal#BQ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HH"
+ "@id": "https://w3id.org/dpv/dpv-legal#LS"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-TH"
+ "@id": "https://w3id.org/dpv/dpv-legal#PH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NJ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BB"
+ "@id": "https://w3id.org/dpv/dpv-legal#Sark"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
+ "@id": "https://w3id.org/dpv/dpv-legal#GH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BW"
+ "@id": "https://w3id.org/dpv/dpv-legal#JE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-ST"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-KY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SH"
+ "@id": "https://w3id.org/dpv/dpv-legal#SC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SL"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-MV"
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-RP"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Germany"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#CD"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#JM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-RP"
+ },
{
- "@value": "DE"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#PS"
+ },
{
- "@value": "DEU"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AK"
+ },
{
- "@value": "276"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "@id": "https://w3id.org/dpv/dpv-legal#FO"
+ },
{
- "@value": "276"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-ND",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#KY"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MQ"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#YE"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-ID"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NP"
+ },
{
- "@language": "en",
- "@value": "North Dakota"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-DE"
+ },
{
- "@id": "https://w3id.org/dpv#Region"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-MV"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ET",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#UZ"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AM"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#FM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#VE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MZ"
+ },
{
- "@language": "en",
- "@value": "Ethiopia"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AD"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BO"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#TD"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#JO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SD"
+ },
{
- "@value": "ET"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ },
{
- "@value": "ETH"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "@id": "https://w3id.org/dpv/dpv-legal#IL"
+ },
{
- "@value": "231"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MD"
+ },
{
- "@value": "231"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RO",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AR"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MM"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-GU"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CO"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#GU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#GQ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#BA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@id": "https://w3id.org/dpv/dpv-legal#VG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv/dpv-legal#RE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@id": "https://w3id.org/dpv/dpv-legal#RS"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#GS"
+ },
{
- "@language": "en",
- "@value": "Romania"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
+ "@id": "https://w3id.org/dpv/dpv-legal#IN"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-TN"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#VN"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DO"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EC"
+ },
{
- "@value": "RO"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MN"
+ },
{
- "@value": "ROU"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ },
{
- "@value": "642"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MH"
+ },
{
- "@value": "642"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AF",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#UM"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-ND"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AI"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CM"
+ },
{
- "@language": "en",
- "@value": "Afghanistan"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LK"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MK"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SJ"
+ },
{
- "@value": "AF"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SZ"
+ },
{
- "@value": "AFG"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "@id": "https://w3id.org/dpv/dpv-legal#GN"
+ },
{
- "@value": "4"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ },
{
- "@value": "4"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SM",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MY"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LI"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#PE"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#IM"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ID"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#TF"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MC"
+ },
{
- "@language": "en",
- "@value": "San Marino"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AF"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BV"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-SC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CL"
+ },
{
- "@value": "SM"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ },
{
- "@value": "SMR"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BW"
+ },
{
- "@value": "674"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AU"
+ },
{
- "@value": "674"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SH"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#IQ"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BW"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AZ"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#KI"
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FM"
+ "@id": "https://w3id.org/dpv/dpv-legal#GY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GU"
+ "@id": "https://w3id.org/dpv/dpv-legal#PA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PW"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-OH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#UM"
+ "@id": "https://w3id.org/dpv/dpv-legal#AO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-PA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TM"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#MP"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NR"
+ "@id": "https://w3id.org/dpv/dpv-legal#BD"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MH"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MR"
+ },
{
- "@language": "en",
- "@value": "Micronesia"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#PF"
+ },
{
- "@id": "https://w3id.org/dpv#Region"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-TH"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#KN"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-PR"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#HN"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DM"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MX"
+ },
{
- "@language": "en",
- "@value": "Information Commissioner of the Republic of Slovenia"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.ip-rs.si/"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-IN"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MO"
+ },
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#HK"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NG"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#VC"
+ },
{
- "@language": "en",
- "@value": "Commission for Personal Data Protection"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BS"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.cpdp.bg/"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AG"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DJ"
+ },
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha2",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Relation"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://purl.org/dc/terms/source": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
+ },
{
- "@id": "https://www.iso.org/iso-3166-country-codes.html"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CF"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-KS"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LR"
+ },
{
- "@id": "http://www.w3.org/2004/02/skos/core#altLabel"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#definition": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BJ"
+ },
{
- "@language": "en",
- "@value": "The ISO-Alpha2 code for a given region"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
{
- "@language": "en",
- "@value": "ISO-alpha2"
- }
- ],
- "https://w3id.org/dpv#hasDomain": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CV"
+ },
{
- "@id": "https://w3id.org/dpv#Location"
- }
- ],
- "https://w3id.org/dpv#hasRange": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MS"
+ },
{
- "@id": "http://www.w3.org/2001/XMLSchema#string"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-UM"
+ },
{
- "@id": "http://www.w3.org/2004/02/skos/core#altLabel"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-OR",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NA"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SB"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-FL"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MA"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ZM"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-HI"
+ },
{
- "@language": "en",
- "@value": "Oregon"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CI"
+ },
{
- "@id": "https://w3id.org/dpv#Region"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-GA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CX"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TT"
+ },
{
"@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BN"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://purl.org/dc/terms/temporal": [
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ },
{
- "@id": "_:Nd2ede965dd9c4c409b327b9c24172b90"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#UY"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-UT"
+ },
{
- "@language": "en",
- "@value": "California Consumer Privacy Act (CCPA)"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CG"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CA"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CU"
+ },
{
- "@id": "https://w3id.org/dpv#Law"
- }
- ]
- },
- {
- "@id": "_:Nd2ede965dd9c4c409b327b9c24172b90",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
- ],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BY"
+ },
{
- "@id": "_:N21fe1f2b96404debbba1e47ab75aa9e4"
- }
- ]
- },
- {
- "@id": "_:N21fe1f2b96404debbba1e47ab75aa9e4",
- "http://www.w3.org/2006/time#inXSDDate": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-DC"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-01-01"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BZ"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VA"
+ },
{
- "@value": "Harshvardhan J. Pandit"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-ST"
},
{
- "@value": "Julian Flake"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AL"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TJ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AQ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-IA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#UG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TC"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ME"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SX"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BB"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-SD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BI"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ },
{
- "@language": "en",
- "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MN"
},
{
- "@language": "de",
- "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "@id": "https://w3id.org/dpv/dpv-legal#VA"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.transparenz.bremen.de/metainformationen/bremisches-ausfuehrungsgesetz-zur-eu-datenschutz-grundverordnung-bremdsgvoag-vom-8-mai-2018-116884?template=20_gp_ifg_meta_detail_d"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SN"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HB"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AS"
+ },
{
- "@id": "https://w3id.org/dpv#Law"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-IN",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EH"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#KI"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#PM"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#WS"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#KG"
+ },
{
- "@language": "en",
- "@value": "Indiana"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#KE"
+ },
{
- "@id": "https://w3id.org/dpv#Region"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ZW"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BT",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MI"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#KM"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#PR"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-WY"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AX"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#GG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#TV"
+ },
{
- "@language": "en",
- "@value": "Bhutan"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#FK"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#MU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LB"
+ },
{
- "@value": "BT"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-OK"
+ },
{
- "@value": "BTN"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ },
{
- "@value": "64"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MG"
+ },
{
- "@value": "64"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GN",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ET"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NF"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SY"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NZ"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-LA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#OM"
+ },
{
- "@language": "en",
- "@value": "Guinea"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#UA"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#GL"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#QA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#MS"
+ },
{
- "@value": "GN"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AR"
+ },
{
- "@value": "GIN"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NC"
+ },
{
- "@value": "324"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MP"
+ },
{
- "@value": "324"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TJ",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#GP"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#IR"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LC"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LY"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CC"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#NE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#VI"
+ },
{
- "@language": "en",
- "@value": "Tajikistan"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AL"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SN"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#TK"
+ },
{
- "@value": "TJ"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#IS"
+ },
{
- "@value": "TJK"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ },
{
- "@value": "762"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "@id": "https://w3id.org/dpv/dpv-legal#HT"
+ },
{
- "@value": "762"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-OR"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MD"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BB"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ "@id": "https://w3id.org/dpv/dpv-legal#BF"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-WA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ "@id": "https://w3id.org/dpv/dpv-legal#CH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ "@id": "https://w3id.org/dpv/dpv-legal#WF"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ "@id": "https://w3id.org/dpv/dpv-legal#KR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ "@id": "https://w3id.org/dpv/dpv-legal#YT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ "@id": "https://w3id.org/dpv/dpv-legal#GM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ "@id": "https://w3id.org/dpv/dpv-legal#AE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ "@id": "https://w3id.org/dpv/dpv-legal#GD"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#LA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ "@id": "https://w3id.org/dpv/dpv-legal#SH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ "@id": "https://w3id.org/dpv/dpv-legal#PW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ "@id": "https://w3id.org/dpv/dpv-legal#NR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#GE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ "@id": "https://w3id.org/dpv/dpv-legal#SO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ "@id": "https://w3id.org/dpv/dpv-legal#SM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ "@id": "https://w3id.org/dpv/dpv-legal#KP"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-WV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ "@id": "https://w3id.org/dpv/dpv-legal#CA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ "@id": "https://w3id.org/dpv/dpv-legal#TH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ "@id": "https://w3id.org/dpv/dpv-legal#CK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ "@id": "https://w3id.org/dpv/dpv-legal#AS"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ "@id": "https://w3id.org/dpv/dpv-legal#AW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ML"
+ },
{
- "@language": "en",
- "@value": "European Economic Area (EEA)"
- }
- ],
- "https://w3id.org/dpv#hasCountry": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HB"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#BM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ "@id": "https://w3id.org/dpv/dpv-legal#GB"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ "@id": "https://w3id.org/dpv/dpv-legal#MA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ "@id": "https://w3id.org/dpv/dpv-legal#ER"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-WI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ "@id": "https://w3id.org/dpv/dpv-legal#MW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ "@id": "https://w3id.org/dpv/dpv-legal#GI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ "@id": "https://w3id.org/dpv/dpv-legal#ZA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ "@id": "https://w3id.org/dpv/dpv-legal#BL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-IL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ "@id": "https://w3id.org/dpv/dpv-legal#TL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ "@id": "https://w3id.org/dpv/dpv-legal#HM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ "@id": "https://w3id.org/dpv/dpv-legal#BH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#VU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ "@id": "https://w3id.org/dpv/dpv-legal#SG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ "@id": "https://w3id.org/dpv/dpv-legal#PG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ "@id": "https://w3id.org/dpv/dpv-legal#TN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ "@id": "https://w3id.org/dpv/dpv-legal#ST"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ "@id": "https://w3id.org/dpv/dpv-legal#TZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-TX"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#SupraNationalUnion"
+ "@id": "https://w3id.org/dpv/dpv-legal#PK"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BG",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -20069,6 +19548,9 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -20084,87 +19566,105 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ "@language": "de",
+ "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
- },
+ "@language": "en",
+ "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.datenschutz-mv.de/"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-MV"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@language": "en",
- "@value": "Bulgaria"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
- "https://w3id.org/dpv#hasAuthority": [
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "Harshvardhan J. Pandit"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv/dpv-legal#"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ "@language": "en",
+ "@value": "Office of the Information and Data Protection Commissioner"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "BG"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://idpc.org.mt"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "BGR"
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@value": "100"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "100"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GR",
+ "@id": "https://w3id.org/dpv/dpv-legal#OM",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -20190,44 +19690,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Greece"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "Oman"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -20237,35 +19709,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "GR"
+ "@value": "OM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "GRC"
+ "@value": "OMN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "300"
+ "@value": "512"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "300"
+ "@value": "512"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AT",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -20277,6 +19749,9 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -20292,46 +19767,87 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ "@language": "de",
+ "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
+ "@language": "en",
+ "@value": "Berlin Commissioner for Data Protection and Freedom of Information"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.datenschutz-berlin.de/"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DO",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "Austria"
+ "@value": "accepted"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@language": "en",
+ "@value": "Dominican Republic"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -20341,35 +19857,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "AT"
+ "@value": "DO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "AUT"
+ "@value": "DOM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "40"
+ "@value": "214"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "40"
+ "@value": "214"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MS",
+ "@id": "https://w3id.org/dpv/dpv-legal#ML",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -20398,28 +19917,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Mississippi"
+ "@value": "Mali"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "ML"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "MLI"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "466"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "466"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB",
+ "@id": "https://w3id.org/dpv/dpv-legal#LC",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -20433,9 +19984,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -20449,46 +19997,62 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@language": "de",
- "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.datenschutz.bremen.de/"
+ "@language": "en",
+ "@value": "Saint Lucia"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HB"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "LC"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "LCA"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "662"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "662"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BZ",
+ "@id": "https://w3id.org/dpv/dpv-legal#FR",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -20517,19 +20081,44 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Belize"
+ "@value": "France"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -20539,64 +20128,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BZ"
+ "@value": "FR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BLZ"
+ "@value": "FRA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "84"
+ "@value": "250"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "84"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EUEEAConcepts",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
- ],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ "@value": "250"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope",
+ "@id": "https://w3id.org/dpv/dpv-legal#BI",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -20625,84 +20185,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AX"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#JE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IM"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
- },
+ "@language": "en",
+ "@value": "Burundi"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Sark"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SJ"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FO"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GG"
+ "@value": "BI"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@language": "en",
- "@value": "NorthernEurope"
+ "@value": "BDI"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "108"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@value": "108"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BY",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HB",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -20731,54 +20267,44 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Belarus"
+ "@value": "Bremen"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "BY"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG"
+ },
{
- "@value": "BLR"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "112"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "112"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TO",
+ "@id": "https://w3id.org/dpv/dpv-legal#GY",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -20807,16 +20333,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Tonga"
+ "@value": "Guyana"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -20826,38 +20355,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "TO"
+ "@value": "GY"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "TON"
+ "@value": "GUY"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "776"
+ "@value": "328"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "776"
+ "@value": "328"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TF",
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -20883,60 +20415,117 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#NR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#MH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MP"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#UM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KI"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "French Southern Territories"
+ "@value": "Micronesia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "de",
+ "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@language": "en",
+ "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "TF"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@value": "ATF"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "260"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SN"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "260"
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -20966,18 +20555,18 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Swedish Authority for Privacy Protection"
+ "@value": "Data Protection Commission"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.imy.se/"
+ "@value": "https://www.garanteprivacy.it/"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
}
],
"https://w3id.org/dpv#hasLaw": [
@@ -20992,7 +20581,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TZ",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CO-CPA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -21000,12 +20589,17 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
+ "@value": "2022-11-23"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Jonathan Bowker"
+ }
+ ],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:Nd43b3525ccca4c00b5ac470317eb8d98"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -21019,62 +20613,103 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "United Republic of Tanzania"
+ "@value": "Colorado Privacy Act (CPA)"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://leg.colorado.gov/bills/sb21-190"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-CO"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "TZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CO"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "TZA"
+ "@id": "https://w3id.org/dpv#Law"
}
+ ]
+ },
+ {
+ "@id": "_:Nd43b3525ccca4c00b5ac470317eb8d98",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@value": "834"
+ "@id": "_:Nc78f89747dac408e8b1ed22bf7545c1c"
+ }
+ ]
+ },
+ {
+ "@id": "_:Nc78f89747dac408e8b1ed22bf7545c1c",
+ "http://www.w3.org/2006/time#inXSDDate": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2024-01-07"
}
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AdequacyConcepts",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Collection"
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "http://www.w3.org/2004/02/skos/core#member": [
{
- "@value": "834"
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-GB",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -21082,13 +20717,10 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
+ "@value": "2022-07-20"
}
],
"http://purl.org/dc/terms/creator": [
- {
- "@value": "Julian Flake"
- },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -21107,40 +20739,39 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Thuringian Data Protection Act (ThürDSG)"
- },
- {
- "@language": "de",
- "@value": "Thüringer Datenschutzgesetz (ThürDSG)"
+ "@value": "Information Commissioner's Office"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen"
+ "@value": "https://ico.org.uk/"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH"
+ "@id": "https://w3id.org/dpv/dpv-legal#GB"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-TH"
+ "@id": "https://w3id.org/dpv/dpv-legal#UK-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#UK-DPA-2018"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HK",
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -21164,56 +20795,208 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#ET"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ER"
+ },
{
- "@language": "en",
- "@value": "China, Hong Kong Special Administrative Region"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#TN"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ST"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#TZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#YT"
+ },
{
- "@value": "HK"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LS"
+ },
{
- "@value": "HKG"
+ "@id": "https://w3id.org/dpv/dpv-legal#CD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ML"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ZA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GQ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SC"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BJ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DJ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ZM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#UG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ZW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MG"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "344"
+ "@language": "en",
+ "@value": "Africa"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "344"
+ "@id": "https://w3id.org/dpv#Region"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MF",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -21227,6 +21010,9 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -21240,62 +21026,46 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@language": "de",
+ "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@language": "en",
+ "@value": "State representative for data protection in Saxony-Anhalt"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Saint Martin (French Part)"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://datenschutz.sachsen-anhalt.de/"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-ST"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "MF"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "MAF"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "663"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "663"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-TX",
+ "@id": "https://w3id.org/dpv/dpv-legal#FJ",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -21324,78 +21094,54 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Texas"
+ "@value": "Fiji"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-MP",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
+ },
{
- "@language": "en",
- "@value": "accepted"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@value": "FJ"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@language": "en",
- "@value": "Northern Mariana Islands"
+ "@value": "FJI"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "242"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@value": "242"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MQ",
+ "@id": "https://w3id.org/dpv/dpv-legal#MA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -21424,19 +21170,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Martinique"
+ "@value": "Morocco"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -21446,41 +21189,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MQ"
+ "@value": "MA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MTQ"
+ "@value": "MAR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "474"
+ "@value": "504"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "474"
+ "@value": "504"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE",
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -21491,9 +21231,11 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
+ }
+ ],
+ "http://purl.org/dc/terms/temporal": [
{
- "@value": "Julian Flake"
+ "@id": "_:N6b5de082f3e942d9a757b5237e43b9cc"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -21510,46 +21252,54 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "The Hessian Commissioner for Data Protection and Freedom of Information"
- },
- {
- "@language": "de",
- "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit"
+ "@value": "EU Adequacy Decision for Faroe Islands"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.datenschutz.hessen.de/"
+ "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HE"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG"
+ "@id": "https://w3id.org/dpv/dpv-legal#FO"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope",
+ "@id": "_:N6b5de082f3e942d9a757b5237e43b9cc",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2006/time#ProperInterval"
+ ],
+ "http://www.w3.org/2006/time#hasBeginning": [
+ {
+ "@id": "_:N7241f96412884d2690e65abe7900902a"
+ }
+ ]
+ },
+ {
+ "@id": "_:N7241f96412884d2690e65abe7900902a",
+ "http://www.w3.org/2006/time#inXSDDate": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2010-03-09"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PM",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -21575,81 +21325,57 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#VA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ME"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BA"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MK"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
- },
+ "@language": "en",
+ "@value": "Saint Pierre and Miquelon"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GI"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SM"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AD"
+ "@value": "PM"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@language": "en",
- "@value": "SouthernEurope"
+ "@value": "SPM"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "666"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@value": "666"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AL",
+ "@id": "https://w3id.org/dpv/dpv-legal#PT",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -21674,17 +21400,45 @@
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
{
"@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Albania"
+ "@value": "Portugal"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -21702,30 +21456,56 @@
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "AL"
+ "@value": "PT"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "ALB"
+ "@value": "PRT"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "8"
+ "@value": "620"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "8"
+ "@value": "620"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NI",
+ "@id": "https://w3id.org/dpv/dpv-legal#EUEEAConcepts",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Collection"
+ ],
+ "http://www.w3.org/2004/02/skos/core#member": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -21749,46 +21529,36 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@language": "en",
+ "@value": "Hellenic Data Protection Authority"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Lower-Saxony"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "http://dpa.gr"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI"
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
}
],
"https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
- },
{
"@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MC",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-WV",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -21817,54 +21587,28 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Monaco"
+ "@value": "West Virginia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "MC"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "MCO"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "492"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "492"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LA",
+ "@id": "https://w3id.org/dpv/dpv-legal#SJ",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -21893,16 +21637,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Lao People's Democratic Republic"
+ "@value": "Svalbard and Jan Mayen Islands"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -21912,35 +21656,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "LA"
+ "@value": "SJ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "LAO"
+ "@value": "SJM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "418"
+ "@value": "744"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "418"
+ "@value": "744"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KM",
+ "@id": "https://w3id.org/dpv/dpv-legal#GW",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -21969,19 +21713,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Comoros"
+ "@value": "Guinea-Bissau"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -21991,94 +21735,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "KM"
+ "@value": "GW"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "COM"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "174"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "174"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
- {
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Dutch Data Protection Authority"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://autoriteitpersoonsgegevens.nl"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ "@value": "GNB"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "624"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "624"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NV",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NW",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -22107,13 +21795,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Nevada"
+ "@value": "North-Rhine Westphalia"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -22123,12 +21827,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-HI",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -22157,39 +21861,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MX"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CR"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "CentralAmerica"
+ "@value": "Hawaii"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -22199,12 +21877,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ML",
+ "@id": "https://w3id.org/dpv/dpv-legal#BB",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -22233,19 +21911,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Mali"
+ "@value": "Barbados"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -22255,38 +21933,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "ML"
+ "@value": "BB"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MLI"
+ "@value": "BRB"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "466"
+ "@value": "52"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "466"
+ "@value": "52"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica",
+ "@id": "https://w3id.org/dpv/dpv-legal#BN",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -22315,119 +21993,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BF"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ML"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BJ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SH"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "WesternAfrica"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Region"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CA",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
- {
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Canada"
+ "@value": "Brunei Darussalam"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -22437,35 +22012,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CA"
+ "@value": "BN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "CAN"
+ "@value": "BRN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "124"
+ "@value": "96"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "124"
+ "@value": "96"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#UG",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BW",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -22494,60 +22069,39 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Uganda"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
+ "@value": "Baden-Württemberg"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "UG"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "UGA"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "800"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "800"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MM",
+ "@id": "https://w3id.org/dpv/dpv-legal#BY",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -22576,16 +22130,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Myanmar"
+ "@value": "Belarus"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -22595,43 +22149,43 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MM"
+ "@value": "BY"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MMR"
+ "@value": "BLR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "104"
+ "@value": "112"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "104"
+ "@value": "112"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-GB",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VT",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-07-20"
+ "@value": "2022-03-30"
}
],
"http://purl.org/dc/terms/creator": [
@@ -22650,42 +22204,33 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Information Commissioner's Office"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://ico.org.uk/"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GB"
+ "@language": "en",
+ "@value": "Vermont"
}
],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#UK-GDPR"
- },
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#UK-DPA-2018"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -22695,10 +22240,10 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Julian Flake"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -22714,41 +22259,47 @@
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@language": "de",
- "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)"
+ "@language": "en",
+ "@value": "The Hessian Commissioner for Data Protection and Freedom of Information"
},
{
- "@language": "en",
- "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)"
+ "@language": "de",
+ "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf"
+ "@value": "https://www.datenschutz.hessen.de/"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HE"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-ST"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AX",
+ "@id": "https://w3id.org/dpv/dpv-legal#UA",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -22774,7 +22325,7 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Europe"
@@ -22783,7 +22334,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Åland Islands"
+ "@value": "Ukraine"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -22793,37 +22344,37 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "AX"
+ "@value": "UA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "ALA"
+ "@value": "UKR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "248"
+ "@value": "804"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "248"
+ "@value": "804"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas",
+ "@id": "https://w3id.org/dpv/dpv-legal#un_m49",
"@type": [
- "https://w3id.org/dpv#Concept",
+ "https://w3id.org/dpv#Relation",
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
@@ -22837,6 +22388,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://unstats.un.org/unsd/methodology/m49"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -22848,199 +22404,166 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MF"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LC"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GF"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SX"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GP"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GD"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#UY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#JM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MX"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BQ"
- },
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#KN"
- },
+ "@id": "http://www.w3.org/2004/02/skos/core#altLabel"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#VI"
- },
+ "@language": "en",
+ "@value": "The UN-M49 code for a given region"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GS"
- },
+ "@language": "en",
+ "@value": "UN-M49"
+ }
+ ],
+ "https://w3id.org/dpv#hasDomain": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PM"
- },
+ "@id": "https://w3id.org/dpv#Location"
+ }
+ ],
+ "https://w3id.org/dpv#hasRange": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SV"
- },
+ "@id": "http://www.w3.org/2001/XMLSchema#string"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NI"
- },
+ "@id": "http://www.w3.org/2004/02/skos/core#altLabel"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BL"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DO"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EC"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BV"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MQ"
- },
+ "@language": "en",
+ "@value": "Dutch Data Protection Authority"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CR"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://autoriteitpersoonsgegevens.nl"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BS"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PR"
- },
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#VC"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BZ"
+ "@value": "Julian Flake"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BR"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CW"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GL"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AR"
+ "@language": "de",
+ "@value": "Bayerisches Landesamt für Datenschutzaufsicht"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TC"
- },
+ "@language": "en",
+ "@value": "Bavarian State Office for Data Protection Supervision"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#VE"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.lda.bayern.de/"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#VG"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AG"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SR"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KY"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-AL",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-DE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -23075,7 +22598,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Alabama"
+ "@value": "Delaware"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -23090,7 +22613,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-GU",
+ "@id": "https://w3id.org/dpv/dpv-legal#GB",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -23119,31 +22642,76 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Guam"
+ "@value": "United Kingdom of Great Britain and Northern Ireland"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-GB"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GB-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GB-DPA"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "GB"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "GBR"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "826"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "826"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MK",
+ "@id": "https://w3id.org/dpv/dpv-legal#PH",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -23169,16 +22737,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "North Macedonia"
+ "@value": "Philippines"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -23188,35 +22756,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MK"
+ "@value": "PH"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MKD"
+ "@value": "PHL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "807"
+ "@value": "608"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "807"
+ "@value": "608"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NE",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -23251,7 +22819,12 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Nebraska"
+ "@value": "Virginia"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VA-VCDPA"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -23266,7 +22839,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CG",
+ "@id": "https://w3id.org/dpv/dpv-legal#KZ",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -23295,19 +22868,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Congo"
+ "@value": "Kazakhstan"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -23317,38 +22887,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CG"
+ "@value": "KZ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "COG"
+ "@value": "KAZ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "178"
+ "@value": "398"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "178"
+ "@value": "398"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU",
+ "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -23375,39 +22942,133 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Sark"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#JE"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Hungarian National Authority for Data Protection and Freedom of Information"
+ "@value": "ChannelIslands"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "http://www.naih.hu/"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
}
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LawConcepts",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Collection"
],
- "https://w3id.org/dpv#hasLaw": [
+ "http://www.w3.org/2004/02/skos/core#member": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CT-CTPA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG"
+ },
{
"@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ },
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NV-NPICICA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CO-CPA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-UT-UCPA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VA-VCDPA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GB-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GB-DPA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-FL",
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -23433,13 +23094,30 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#UZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TJ"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Florida"
+ "@value": "CentralAsia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -23449,12 +23127,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MG",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -23483,60 +23161,44 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Madagascar"
+ "@value": "Berlin"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "MG"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "MDG"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "450"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "450"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SB",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -23563,59 +23225,39 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Solomon Islands"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
+ "@value": "Information Commissioner of the Republic of Slovenia"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "SB"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.ip-rs.si/"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "SLB"
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@value": "90"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "90"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GY",
+ "@id": "https://w3id.org/dpv/dpv-legal#CV",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -23641,19 +23283,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Guyana"
+ "@value": "Cabo Verde"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -23663,38 +23305,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "GY"
+ "@value": "CV"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "GUY"
+ "@value": "CPV"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "328"
+ "@value": "132"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "328"
+ "@value": "132"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE",
+ "@id": "https://w3id.org/dpv/dpv-legal#PS",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -23721,39 +23363,59 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Belgian Data Protection Authority"
+ "@value": "State of Palestine"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.dataprotectionauthority.be/"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "PS"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "PSE"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "275"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "275"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CA",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -23764,6 +23426,9 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -23777,38 +23442,48 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@language": "de",
+ "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)"
+ },
+ {
+ "@language": "en",
+ "@value": "Brandenburg Data Protection Act (BbgDSG)"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "California"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BB"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Law"
}
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#UK-GDPR",
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-GB"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CO",
+ "@id": "https://w3id.org/dpv/dpv-legal#IM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -23837,19 +23512,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Colombia"
+ "@value": "Isle of Man"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -23859,38 +23531,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CO"
+ "@value": "IM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "COL"
+ "@value": "IMN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "170"
+ "@value": "833"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "170"
+ "@value": "833"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ZA",
+ "@id": "https://w3id.org/dpv/dpv-legal#KM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -23925,13 +23594,13 @@
"@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "South Africa"
+ "@value": "Comoros"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -23941,41 +23610,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "ZA"
+ "@value": "KM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "ZAF"
+ "@value": "COM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "710"
+ "@value": "174"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "710"
+ "@value": "174"
}
]
},
{
"@id": "https://w3id.org/dpv/dpv-legal#US-OH",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -24022,7 +23691,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BL",
+ "@id": "https://w3id.org/dpv/dpv-legal#IN",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -24051,19 +23720,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Saint Barthélemy"
+ "@value": "India"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -24073,41 +23739,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BL"
+ "@value": "IN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BLM"
+ "@value": "IND"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "652"
+ "@value": "356"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "652"
+ "@value": "356"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH",
+ "@id": "https://w3id.org/dpv/dpv-legal#BG",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -24118,9 +23781,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -24134,46 +23794,84 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "Independent State Center for Data Protection Schleswig-Holstein"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
},
{
- "@language": "de",
- "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.datenschutzzentrum.de/"
+ "@language": "en",
+ "@value": "Bulgaria"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SH"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG"
}
],
"https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG"
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "BG"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "BGR"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "100"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "100"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#VG",
+ "@id": "https://w3id.org/dpv/dpv-legal#PA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -24202,19 +23900,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "British Virgin Islands"
+ "@value": "Panama"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -24224,10 +23922,10 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Americas"
@@ -24235,30 +23933,30 @@
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "VG"
+ "@value": "PA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "VGB"
+ "@value": "PAN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "92"
+ "@value": "591"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "92"
+ "@value": "591"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MO",
+ "@id": "https://w3id.org/dpv/dpv-legal#GG",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -24284,16 +23982,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "China, Macao Special Administrative Region"
+ "@value": "Guernsey"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -24303,35 +24004,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MO"
+ "@value": "GG"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MAC"
+ "@value": "GGY"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "446"
+ "@value": "831"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "446"
+ "@value": "831"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV",
+ "@id": "https://w3id.org/dpv/dpv-legal#LY",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -24358,39 +24062,67 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Data State Inspectorate"
+ "@value": "Libya"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "http://www.dvi.gov.lv/"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "LY"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "LBY"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "434"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "434"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SZ",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VC",
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-VC"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AI",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -24416,19 +24148,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Eswatini"
+ "@value": "Anguilla"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -24438,38 +24170,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "SZ"
+ "@value": "AI"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "SWZ"
+ "@value": "AIA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "748"
+ "@value": "660"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "748"
+ "@value": "660"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KE",
+ "@id": "https://w3id.org/dpv/dpv-legal#TJ",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -24498,19 +24230,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Kenya"
+ "@value": "Tajikistan"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -24520,38 +24249,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "KE"
+ "@value": "TJ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "KEN"
+ "@value": "TJK"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "404"
+ "@value": "762"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "404"
+ "@value": "762"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -24563,6 +24289,9 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -24581,23 +24310,33 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "National Commission on Informatics and Liberty (CNIL)"
+ "@value": "The Saxon data protection officer"
+ },
+ {
+ "@language": "de",
+ "@value": "Die Sächsische Datenschutzbeauftragte"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.cnil.fr/"
+ "@value": "https://www.saechsdsb.de/"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SN"
}
],
"https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG"
+ },
{
"@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -24607,7 +24346,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Sark",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-FL",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -24636,19 +24375,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Sark"
+ "@value": "Florida"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -24658,18 +24391,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR",
+ "@id": "https://w3id.org/dpv/dpv-legal#SY",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -24685,11 +24412,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:N2620b37522d6482aae423ed1cc1d1125"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -24701,54 +24423,56 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "EU Adequacy Decision for Argentina"
+ "@value": "Syrian Arab Republic"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AR"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ "@value": "SY"
}
- ]
- },
- {
- "@id": "_:N2620b37522d6482aae423ed1cc1d1125",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "_:N64c19d0f998f40aebbbeaf504c28b6f9"
+ "@value": "SYR"
}
- ]
- },
- {
- "@id": "_:N64c19d0f998f40aebbbeaf504c28b6f9",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2003-07-05"
+ "@value": "760"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "760"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HH",
+ "@id": "https://w3id.org/dpv/dpv-legal#BW",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -24777,47 +24501,63 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Hamburg"
+ "@value": "Botswana"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "BW"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@value": "BWA"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "72"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "72"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AW",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -24826,6 +24566,9 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -24841,62 +24584,40 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Aruba"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@language": "de",
+ "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@language": "en",
+ "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "AW"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@value": "ABW"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "533"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HE"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "533"
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BJ",
+ "@id": "https://w3id.org/dpv/dpv-legal#LB",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -24925,19 +24646,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Benin"
+ "@value": "Lebanon"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -24947,38 +24665,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BJ"
+ "@value": "LB"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BEN"
+ "@value": "LBN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "204"
+ "@value": "422"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "204"
+ "@value": "422"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HR",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MO",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -25007,82 +24722,28 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Croatia"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "Missouri"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "HR"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "HRV"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "191"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "191"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TW",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -25098,6 +24759,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:Nd982ba72feb44d90ac6de15224d1438c"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -25112,20 +24778,51 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Taiwan (Province of China)"
+ "@value": "California Consumer Privacy Act (CCPA)"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CA"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope",
+ "@id": "_:Nd982ba72feb44d90ac6de15224d1438c",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2006/time#ProperInterval"
+ ],
+ "http://www.w3.org/2006/time#hasBeginning": [
+ {
+ "@id": "_:N2713467f935745a9bfbf98b6ca1296bf"
+ }
+ ]
+ },
+ {
+ "@id": "_:N2713467f935745a9bfbf98b6ca1296bf",
+ "http://www.w3.org/2006/time#inXSDDate": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2020-01-01"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CG",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -25151,63 +24848,63 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#UA"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
- },
+ "@language": "en",
+ "@value": "Congo"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MD"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BY"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ "@value": "CG"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@language": "en",
- "@value": "EasternEurope"
+ "@value": "COG"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "178"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@value": "178"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MW",
+ "@id": "https://w3id.org/dpv/dpv-legal#GQ",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -25233,19 +24930,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Malawi"
+ "@value": "Equatorial Guinea"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -25254,39 +24951,39 @@
}
],
"https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
{
"@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MW"
+ "@value": "GQ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MWI"
+ "@value": "GNQ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "454"
+ "@value": "226"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "454"
+ "@value": "226"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-OK",
+ "@id": "https://w3id.org/dpv/dpv-legal#BF",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -25315,31 +25012,63 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Oklahoma"
+ "@value": "Burkina Faso"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "BF"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "BFA"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "854"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "854"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe",
+ "@id": "https://w3id.org/dpv/dpv-legal#SI",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -25363,190 +25092,84 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AX"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ME"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#JE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MD"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AD"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Sark"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SJ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#VA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IM"
- },
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#UA"
- },
+ "@language": "en",
+ "@value": "Slovenia"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MC"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#FO"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
- },
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
- },
+ "@value": "SI"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#RU"
+ "@value": "SVN"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@language": "en",
- "@value": "Europe"
+ "@value": "705"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "705"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#VA",
+ "@id": "https://w3id.org/dpv/dpv-legal#BQ",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -25575,16 +25198,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Holy See"
+ "@value": "Bonaire, Sint Eustatius and Saba"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -25594,38 +25220,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "VA"
+ "@value": "BQ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "VAT"
+ "@value": "BES"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "336"
+ "@value": "535"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "336"
+ "@value": "535"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia",
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -25656,37 +25285,43 @@
],
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LK"
+ "@id": "https://w3id.org/dpv/dpv-legal#LA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PK"
+ "@id": "https://w3id.org/dpv/dpv-legal#TH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BT"
+ "@id": "https://w3id.org/dpv/dpv-legal#SG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AF"
+ "@id": "https://w3id.org/dpv/dpv-legal#MM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NP"
+ "@id": "https://w3id.org/dpv/dpv-legal#PH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MV"
+ "@id": "https://w3id.org/dpv/dpv-legal#ID"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IN"
+ "@id": "https://w3id.org/dpv/dpv-legal#VN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IR"
+ "@id": "https://w3id.org/dpv/dpv-legal#MY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BD"
+ "@id": "https://w3id.org/dpv/dpv-legal#BN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TL"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "SouthernAsia"
+ "@value": "SoutheasternAsia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -25701,7 +25336,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CM",
+ "@id": "https://w3id.org/dpv/dpv-legal#MP",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -25730,19 +25365,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Cameroon"
+ "@value": "Northern Mariana Islands"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -25752,41 +25384,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CM"
+ "@value": "MP"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "CMR"
+ "@value": "MNP"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "120"
+ "@value": "580"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "120"
+ "@value": "580"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IT",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -25810,41 +25439,21 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@language": "en",
+ "@value": "Office for Personal Data Protection of the Slovak Republic"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Italy"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "http://www.dataprotection.gov.sk/"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT"
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
}
],
"https://w3id.org/dpv#hasLaw": [
@@ -25854,43 +25463,15 @@
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "IT"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "ITA"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "380"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "380"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-WY",
+ "@id": "https://w3id.org/dpv/dpv-legal#KW",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -25916,31 +25497,57 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Wyoming"
+ "@value": "Kuwait"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "KW"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "KWT"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "414"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "414"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PF",
+ "@id": "https://w3id.org/dpv/dpv-legal#CO",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -25966,16 +25573,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "French Polynesia"
+ "@value": "Colombia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -25985,35 +25595,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "PF"
+ "@value": "CO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "PYF"
+ "@value": "COL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "258"
+ "@value": "170"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "258"
+ "@value": "170"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TH",
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -26042,54 +25655,45 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@language": "en",
- "@value": "Thailand"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BW"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NA"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#ZA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LS"
+ },
{
- "@value": "TH"
+ "@id": "https://w3id.org/dpv/dpv-legal#SZ"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "THA"
+ "@language": "en",
+ "@value": "SouthernAfrica"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "764"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "764"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GT",
+ "@id": "https://w3id.org/dpv/dpv-legal#VU",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -26118,19 +25722,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Guatemala"
+ "@value": "Vanuatu"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -26140,38 +25741,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "GT"
+ "@value": "VU"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "GTM"
+ "@value": "VUT"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "320"
+ "@value": "548"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "320"
+ "@value": "548"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NF",
+ "@id": "https://w3id.org/dpv/dpv-legal#SD",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -26200,16 +25798,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Norfolk Island"
+ "@value": "Sudan"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -26219,35 +25817,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "NF"
+ "@value": "SD"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "NFK"
+ "@value": "SDN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "574"
+ "@value": "729"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "574"
+ "@value": "729"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MH",
+ "@id": "https://w3id.org/dpv/dpv-legal#FM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -26285,7 +25883,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Marshall Islands"
+ "@value": "Micronesia (Federated States of)"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -26303,27 +25901,44 @@
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MH"
+ "@value": "FM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MHL"
+ "@value": "FSM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "584"
+ "@value": "583"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "584"
+ "@value": "583"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE",
+ "@id": "http://www.w3.org/2004/02/skos/core#altLabel",
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#un_m49"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#iso_numeric"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha2"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha3"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-UM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -26335,9 +25950,6 @@
}
],
"http://purl.org/dc/terms/creator": [
- {
- "@value": "Julian Flake"
- },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -26353,46 +25965,80 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Berlin Commissioner for Data Protection and Freedom of Information"
- },
+ "@value": "United States Minor Outlying Islands"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@language": "de",
- "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.datenschutz-berlin.de/"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-AS",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE"
+ "@value": "Harshvardhan J. Pandit"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "American Samoa"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-AR",
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -26419,30 +26065,199 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EC"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#JM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#VE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#VG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MX"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#UY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#VC"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SX"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BB"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SR"
+ },
{
"@id": "https://w3id.org/dpv/dpv-legal#US"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TC"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GP"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LC"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#VI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BQ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MQ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CA"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Arkansas"
+ "@value": "Americas"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
"@id": "https://w3id.org/dpv#Region"
}
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CF",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -26471,19 +26286,97 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BB"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HB"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-RP"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-MV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-TH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-ST"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SN"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Central African Republic"
+ "@value": "Germany"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -26493,38 +26386,43 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CF"
+ "@value": "DE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "CAF"
+ "@value": "DEU"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "140"
+ "@value": "276"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "140"
+ "@value": "276"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PY",
+ "@id": "https://w3id.org/dpv/dpv-legal#UK-DPA-2018",
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-GB"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MF",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -26553,19 +26451,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Paraguay"
+ "@value": "Saint Martin (French Part)"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -26578,7 +26476,7 @@
"@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#Americas"
@@ -26586,30 +26484,30 @@
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "PY"
+ "@value": "MF"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "PRY"
+ "@value": "MAF"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "600"
+ "@value": "663"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "600"
+ "@value": "663"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TK",
+ "@id": "https://w3id.org/dpv/dpv-legal#HU",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -26635,16 +26533,44 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Tokelau"
+ "@value": "Hungary"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -26654,35 +26580,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "TK"
+ "@value": "HU"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "TKL"
+ "@value": "HUN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "772"
+ "@value": "348"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "772"
+ "@value": "348"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ",
+ "@id": "https://w3id.org/dpv/dpv-legal#RU",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -26709,39 +26635,59 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Office for Personal Data Protection"
+ "@value": "Russian Federation"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.uoou.cz/"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "RU"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "RUS"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "643"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "643"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-ME",
+ "@id": "https://w3id.org/dpv/dpv-legal#AU",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -26767,28 +26713,54 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Maine"
+ "@value": "Australia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "AU"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "AUS"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "36"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "36"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MU",
+ "@id": "https://w3id.org/dpv/dpv-legal#CH",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -26817,19 +26789,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Mauritius"
+ "@value": "Switzerland"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -26839,38 +26808,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MU"
+ "@value": "CH"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MUS"
+ "@value": "CHE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "480"
+ "@value": "756"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "480"
+ "@value": "756"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SO",
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -26886,6 +26852,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:N94d55841f45a44bb9a6f6d6625073ffe"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -26899,63 +26870,212 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Somalia"
+ "@value": "European Union (EU-27)"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasCountry": [
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ },
{
- "@value": "SO"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "SOM"
+ "@id": "https://w3id.org/dpv#SupraNationalUnion"
}
+ ]
+ },
+ {
+ "@id": "_:N94d55841f45a44bb9a6f6d6625073ffe",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@value": "706"
+ "@id": "_:N8c6d49dfc59b48a182736face261a070"
}
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ ]
+ },
+ {
+ "@id": "_:N8c6d49dfc59b48a182736face261a070",
+ "http://www.w3.org/2006/time#inXSDDate": [
{
- "@value": "706"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2020-02-01"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-KY",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BY",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -26981,13 +27101,32 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Kentucky"
+ "@value": "Bavaria"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -26997,15 +27136,15 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -27014,16 +27153,11 @@
}
],
"http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- },
{
"@value": "Julian Flake"
- }
- ],
- "http://purl.org/dc/terms/temporal": [
+ },
{
- "@id": "_:N04e85eceb7de4cbfaf58f48050e23a07"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -27040,156 +27174,198 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "de",
- "@value": "Bundesdatenschutzgesetz (BDSG)"
+ "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit"
},
{
"@language": "en",
- "@value": "Federal Data Protection Act (BDSG)"
+ "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.gesetze-im-internet.de/bdsg_2018/"
+ "@value": "https://www.datenschutz.saarland.de/"
}
],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB"
- },
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SL"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE"
- },
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ID",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE"
- },
+ "@language": "en",
+ "@value": "Indonesia"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HB"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HH"
- },
+ "@value": "ID"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HE"
- },
+ "@value": "IDN"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-MV"
- },
+ "@value": "360"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE"
- },
+ "@value": "360"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CK",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NW"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SH"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SN"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BB"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BW"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-RP"
- },
+ "@language": "en",
+ "@value": "Cook Islands"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-ST"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-TH"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SL"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NI"
+ "@value": "CK"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@value": "COK"
}
- ]
- },
- {
- "@id": "_:N04e85eceb7de4cbfaf58f48050e23a07",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "_:Na2dd45e681fa4693984c35905b1f03a2"
+ "@value": "184"
}
- ]
- },
- {
- "@id": "_:Na2dd45e681fa4693984c35905b1f03a2",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2019-11-20"
+ "@value": "184"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DM",
+ "@id": "https://w3id.org/dpv/dpv-legal#GE",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -27215,19 +27391,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Dominica"
+ "@value": "Georgia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -27237,38 +27410,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "DM"
+ "@value": "GE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "DMA"
+ "@value": "GEO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "212"
+ "@value": "268"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "212"
+ "@value": "268"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#YE",
+ "@id": "https://w3id.org/dpv/dpv-legal#ES",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -27297,16 +27467,44 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Yemen"
+ "@value": "Spain"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -27316,35 +27514,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "YE"
+ "@value": "ES"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "YEM"
+ "@value": "ESP"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "887"
+ "@value": "724"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "887"
+ "@value": "724"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GG",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BB",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -27373,63 +27571,172 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Brandenburg"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-VC",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-11-23"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Jonathan Bowker"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Guernsey"
+ "@value": "Virginia Attorney General"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.oag.state.va.us"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VC"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-VA-VCDPA"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "de",
+ "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@language": "en",
+ "@value": "Independent State Center for Data Protection Schleswig-Holstein"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "GG"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.datenschutzzentrum.de/"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "GGY"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SH"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@value": "831"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "831"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LR",
+ "@id": "https://w3id.org/dpv/dpv-legal#VN",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -27455,19 +27762,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Liberia"
+ "@value": "Viet Nam"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -27477,38 +27781,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "LR"
+ "@value": "VN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "LBR"
+ "@value": "VNM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "430"
+ "@value": "704"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "430"
+ "@value": "704"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WF",
+ "@id": "https://w3id.org/dpv/dpv-legal#KN",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -27537,16 +27838,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Wallis and Futuna Islands"
+ "@value": "Saint Kitts and Nevis"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -27556,38 +27860,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "WF"
+ "@value": "KN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "WLF"
+ "@value": "KNA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "876"
+ "@value": "659"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "876"
+ "@value": "659"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-KS",
+ "@id": "https://w3id.org/dpv/dpv-legal#SS",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -27613,28 +27920,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Kansas"
+ "@value": "South Sudan"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "SS"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "SSD"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "728"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "728"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SL",
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -27650,6 +27989,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:N7a6111f8ceaa47f3ad93e001f869333b"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -27657,173 +28001,312 @@
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "General Data Protection Regulation (GDPR)"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "http://data.europa.eu/eli/reg/2016/679/oj"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-MV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BB"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-RP"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HH"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-TH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ },
{
- "@language": "en",
- "@value": "Sierra Leone"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ },
{
- "@value": "SL"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ },
{
- "@value": "SLE"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ },
{
- "@value": "694"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NW"
+ },
{
- "@value": "694"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ES",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ },
{
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-ST"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NI"
+ },
{
- "@language": "en",
- "@value": "Spain"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SL"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SH"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ },
{
- "@value": "ES"
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HB"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "ESP"
+ "@id": "https://w3id.org/dpv#Law"
}
+ ]
+ },
+ {
+ "@id": "_:N7a6111f8ceaa47f3ad93e001f869333b",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@value": "724"
+ "@id": "_:N6ae83b71268f44c69a817a60ffba156f"
}
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ ]
+ },
+ {
+ "@id": "_:N6ae83b71268f44c69a817a60ffba156f",
+ "http://www.w3.org/2006/time#inXSDDate": [
{
- "@value": "724"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2018-05-25"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LI",
+ "@id": "https://w3id.org/dpv/dpv-legal#JO",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -27849,16 +28332,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Liechtenstein"
+ "@value": "Jordan"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -27868,35 +28351,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "LI"
+ "@value": "JO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "LIE"
+ "@value": "JOR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "438"
+ "@value": "400"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "438"
+ "@value": "400"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NH",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-ND",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -27931,7 +28414,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "New Hampshire"
+ "@value": "North Dakota"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -27946,7 +28429,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AM",
+ "@id": "https://w3id.org/dpv/dpv-legal#GH",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -27975,95 +28458,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Armenia"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "AM"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "ARM"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "51"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "51"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BB",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
- {
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Barbados"
+ "@value": "Ghana"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -28073,38 +28480,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BB"
+ "@value": "GH"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BRB"
+ "@value": "GHA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "52"
+ "@value": "288"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "52"
+ "@value": "288"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica",
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -28133,63 +28540,36 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
"http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EC"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#VE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GF"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GY"
+ "@id": "https://w3id.org/dpv/dpv-legal#SD"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BO"
+ "@id": "https://w3id.org/dpv/dpv-legal#DZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CO"
+ "@id": "https://w3id.org/dpv/dpv-legal#EG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PE"
+ "@id": "https://w3id.org/dpv/dpv-legal#LY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#UY"
+ "@id": "https://w3id.org/dpv/dpv-legal#EH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CL"
+ "@id": "https://w3id.org/dpv/dpv-legal#TN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GS"
+ "@id": "https://w3id.org/dpv/dpv-legal#MA"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "SouthAmerica"
+ "@value": "NorthernAfrica"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -28199,12 +28579,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SR",
+ "@id": "https://w3id.org/dpv/dpv-legal#RO",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -28233,101 +28613,44 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Suriname"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "SR"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "SUR"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "740"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "740"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SC",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
}
],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "accepted"
+ "@value": "Romania"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@language": "en",
- "@value": "Seychelles"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -28337,38 +28660,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "SC"
+ "@value": "RO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "SYC"
+ "@value": "ROU"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "690"
+ "@value": "642"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "690"
+ "@value": "642"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP",
+ "@id": "https://w3id.org/dpv/dpv-legal#HR",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -28395,117 +28715,84 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "de",
- "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@language": "en",
- "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.datenschutz.rlp.de/"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-MV",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
}
],
- "http://purl.org/dc/terms/creator": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@language": "en",
+ "@value": "Croatia"
}
],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR"
}
],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@language": "en",
- "@value": "accepted"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@language": "en",
- "@value": "Mecklenburg-Western-Pomerania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV"
+ "@value": "HR"
}
],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG"
+ "@value": "HRV"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "191"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@value": "191"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MN",
+ "@id": "https://w3id.org/dpv/dpv-legal#CL",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -28534,28 +28821,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Minnesota"
+ "@value": "Chile"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "CL"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "CHL"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "152"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "152"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AZ",
+ "@id": "https://w3id.org/dpv/dpv-legal#VE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -28584,16 +28903,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Azerbaijan"
+ "@value": "Venezuela (Bolivarian Republic of)"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -28603,35 +28925,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "AZ"
+ "@value": "VE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "AZE"
+ "@value": "VEN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "31"
+ "@value": "862"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "31"
+ "@value": "862"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DO",
+ "@id": "https://w3id.org/dpv/dpv-legal#SL",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -28660,19 +28985,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Dominican Republic"
+ "@value": "Sierra Leone"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -28682,41 +29007,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "DO"
+ "@value": "SL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "DOM"
+ "@value": "SLE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "214"
+ "@value": "694"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "214"
+ "@value": "694"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KN",
+ "@id": "https://w3id.org/dpv/dpv-legal#SA",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -28742,19 +29067,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Saint Kitts and Nevis"
+ "@value": "Saudi Arabia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -28764,38 +29086,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "KN"
+ "@value": "SA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "KNA"
+ "@value": "SAU"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "659"
+ "@value": "682"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "659"
+ "@value": "682"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-RI",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -28824,69 +29143,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#JO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IQ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#QA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#OM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#YE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BH"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "WesternAsia"
+ "@value": "Rhode Island"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -28896,15 +29159,15 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SG",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-ME",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -28930,54 +29193,28 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Singapore"
+ "@value": "Maine"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "SG"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "SGP"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "702"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "702"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AD",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -28991,6 +29228,9 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -29004,56 +29244,40 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@language": "en",
- "@value": "Andorra"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@language": "de",
+ "@value": "Niedersächsisches Datenschutzgesetz (NDSG)"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@language": "en",
+ "@value": "Lower Saxony Data Protection Act (NDSG)"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "AD"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@value": "AND"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "20"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-NI"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "20"
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HN",
+ "@id": "https://w3id.org/dpv/dpv-legal#ER",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -29082,19 +29306,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Honduras"
+ "@value": "Eritrea"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -29104,46 +29328,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "HN"
+ "@value": "ER"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "HND"
+ "@value": "ERI"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "340"
+ "@value": "232"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "340"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#UK-DPA-2018",
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-GB"
+ "@value": "232"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BH",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-OK",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -29172,54 +29388,28 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Bahrain"
+ "@value": "Oklahoma"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "BH"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "BHR"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "48"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "48"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NY",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -29235,11 +29425,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:N316b9778c4c345d89611d38415bd5abd"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -29253,88 +29438,55 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
- },
+ "@language": "en",
+ "@value": "New York"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
- },
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SL",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
"@id": "https://w3id.org/dpv/dpv-legal#DE"
}
@@ -29342,120 +29494,120 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "European Union (EU-27)"
+ "@value": "Saarland"
}
],
- "https://w3id.org/dpv#hasCountry": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
- },
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
- },
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
"@id": "https://w3id.org/dpv/dpv-legal#DE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
- },
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#UG",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
- },
+ "@language": "en",
+ "@value": "Uganda"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ "@value": "UG"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv#SupraNationalUnion"
+ "@value": "UGA"
}
- ]
- },
- {
- "@id": "_:N316b9778c4c345d89611d38415bd5abd",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "_:Nab2f14c1e8ec4944b3941aa771501bf5"
+ "@value": "800"
}
- ]
- },
- {
- "@id": "_:Nab2f14c1e8ec4944b3941aa771501bf5",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2020-02-01"
+ "@value": "800"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CV",
+ "@id": "https://w3id.org/dpv/dpv-legal#IR",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -29484,19 +29636,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Cabo Verde"
+ "@value": "Iran (Islamic Republic of)"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -29506,41 +29655,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CV"
+ "@value": "IR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "CPV"
+ "@value": "IRN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "132"
+ "@value": "364"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "132"
+ "@value": "364"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -29569,23 +29715,23 @@
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@language": "de",
- "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit"
+ "@language": "en",
+ "@value": "The state representative for data protection and the right to inspect files in Brandenburg"
},
{
- "@language": "en",
- "@value": "Thuringia state commissioner for data protection and freedom of information"
+ "@language": "de",
+ "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.tlfdi.de/"
+ "@value": "https://www.lda.brandenburg.de/"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-TH"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BB"
}
],
"https://w3id.org/dpv#hasLaw": [
@@ -29596,7 +29742,7 @@
"@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -29604,1089 +29750,1199 @@
"@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LocationConcepts",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Collection"
- ],
- "http://www.w3.org/2004/02/skos/core#member": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-MN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ZM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#JE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MD"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-AR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AD"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NC"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#JO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WF"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-PA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IQ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-LA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MF"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-PR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LC"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CC"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TD"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#QA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-RI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-KS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#GF"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KP"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TJ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#KG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-WI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-TN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Sark"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SJ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-NJ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ZA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-CT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DJ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-AZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-WV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ET"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#VG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#RS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MC"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#VA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#IM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-IN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#FO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-AS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-UT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NP"
- },
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-NC",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GG"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MO"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CX"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-FL"
- },
+ "@language": "en",
+ "@value": "North Carolina"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HE"
- },
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NA"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HK",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LR"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#TK"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MY"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BF"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MI"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-AK"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PG"
- },
+ "@language": "en",
+ "@value": "China, Hong Kong Special Administrative Region"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SX"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#UA"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AF"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NG"
- },
+ "@value": "HK"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NF"
- },
+ "@value": "HKG"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MM"
- },
+ "@value": "344"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AZ"
- },
+ "@value": "344"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CK"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BW"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GY"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LS"
- },
+ "@language": "en",
+ "@value": "Austrian Data Protection Authority"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://dsb.gv.at"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GD"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AE"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MO"
- },
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SH",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SC"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AU"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#VU"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#ST"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CA"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
- },
+ "@language": "en",
+ "@value": "Saint Helena"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MT"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BO"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-GA"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
+ "@value": "SH"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#KM"
- },
+ "@value": "SHN"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
+ "@value": "654"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#ME"
- },
+ "@value": "654"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GR",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-ID"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GM"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CO"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CA"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PE"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NM"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AM"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#UY"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NH"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-AL"
- },
+ "@language": "en",
+ "@value": "Greece"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#KI"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-SC"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PN"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IL"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#JM"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IO"
- },
+ "@value": "GR"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CD"
- },
+ "@value": "GRC"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SD"
- },
+ "@value": "300"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-DC"
- },
+ "@value": "300"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal",
+ "@type": [
+ "http://www.w3.org/2002/07/owl#Ontology"
+ ],
+ "http://purl.org/dc/terms/abstract": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#RW"
- },
+ "@language": "en",
+ "@value": "DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."
+ }
+ ],
+ "http://purl.org/dc/terms/contributor": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MV"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IN"
- },
+ "@value": "Julian Flake"
+ }
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LB"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-04-02"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-ST"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://purl.org/dc/terms/description": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
- },
+ "@language": "en",
+ "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."
+ }
+ ],
+ "http://purl.org/dc/terms/license": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-IL"
- },
+ "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license"
+ }
+ ],
+ "http://purl.org/dc/terms/modified": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-10-06"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-UM"
- },
+ "@id": "https://www.w3.org/community/dpvcg/"
+ }
+ ],
+ "http://purl.org/dc/terms/title": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NY"
- },
+ "@language": "en",
+ "@value": "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"
+ }
+ ],
+ "http://purl.org/vocab/vann/preferredNamespacePrefix": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AI"
- },
+ "@value": "dpv-legal"
+ }
+ ],
+ "http://purl.org/vocab/vann/preferredNamespaceUri": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#ML"
- },
+ "@value": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2002/07/owl#versionInfo": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#RU"
- },
+ "@value": "0.8.2"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-UT",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#FM"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-OH"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IR"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BA"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#OM"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GQ"
- },
+ "@language": "en",
+ "@value": "Utah"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GP"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-UT"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MU"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US-UT-UCPA"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PF"
- },
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PS"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CO",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#YE"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IS"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MS"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AW"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GU"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CL"
- },
+ "@language": "en",
+ "@value": "Colorado"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#HT"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-CO"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MK"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CO-CPA"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-VA"
- },
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AW",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#HN"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SS"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DM"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AQ"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AX"
- },
+ "@language": "en",
+ "@value": "Aruba"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LI"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CF"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CU"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TG"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SY"
- },
+ "@value": "AW"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MX"
- },
+ "@value": "ABW"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BD"
- },
+ "@value": "533"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-ME"
- },
+ "@value": "533"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BM"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BQ"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#KN"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-VT"
+ "@id": "https://w3id.org/dpv/dpv-legal#PW"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#VI"
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KH"
+ "@id": "https://w3id.org/dpv/dpv-legal#HM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ "@id": "https://w3id.org/dpv/dpv-legal#VU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ZW"
+ "@id": "https://w3id.org/dpv/dpv-legal#PG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SG"
+ "@id": "https://w3id.org/dpv/dpv-legal#TK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GS"
+ "@id": "https://w3id.org/dpv/dpv-legal#WF"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#FJ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KE"
+ "@id": "https://w3id.org/dpv/dpv-legal#NR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TL"
+ "@id": "https://w3id.org/dpv/dpv-legal#CK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#AS"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GE"
+ "@id": "https://w3id.org/dpv/dpv-legal#FM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MS"
+ "@id": "https://w3id.org/dpv/dpv-legal#GU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SA"
+ "@id": "https://w3id.org/dpv/dpv-legal#MH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-VI"
+ "@id": "https://w3id.org/dpv/dpv-legal#AU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PM"
+ "@id": "https://w3id.org/dpv/dpv-legal#MP"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#UM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MA"
+ "@id": "https://w3id.org/dpv/dpv-legal#SB"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-OR"
+ "@id": "https://w3id.org/dpv/dpv-legal#CX"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ "@id": "https://w3id.org/dpv/dpv-legal#PF"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EG"
+ "@id": "https://w3id.org/dpv/dpv-legal#TO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CN"
+ "@id": "https://w3id.org/dpv/dpv-legal#NU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#PN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SV"
+ "@id": "https://w3id.org/dpv/dpv-legal#KI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SH"
+ "@id": "https://w3id.org/dpv/dpv-legal#WS"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NU"
+ "@id": "https://w3id.org/dpv/dpv-legal#TV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MD"
+ "@id": "https://w3id.org/dpv/dpv-legal#NF"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NO"
+ "@id": "https://w3id.org/dpv/dpv-legal#NZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-KY"
+ "@id": "https://w3id.org/dpv/dpv-legal#NC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ER"
+ "@id": "https://w3id.org/dpv/dpv-legal#CC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#RE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BL"
- },
+ "@language": "en",
+ "@value": "Oceania"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#JP"
- },
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NV"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-OK"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GW"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GT"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#UG"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SO"
+ "@id": "https://w3id.org/dpv/dpv-legal#AU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-WY"
+ "@id": "https://w3id.org/dpv/dpv-legal#CX"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BN"
+ "@id": "https://w3id.org/dpv/dpv-legal#NF"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ "@id": "https://w3id.org/dpv/dpv-legal#NZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CV"
+ "@id": "https://w3id.org/dpv/dpv-legal#CC"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MP"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#HM"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#YT"
- },
+ "@language": "en",
+ "@value": "AustraliaandNewZealand"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
- },
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-IA"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#iso_numeric",
+ "@type": [
+ "https://w3id.org/dpv#Relation",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CM"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LA"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://purl.org/dc/terms/source": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica"
- },
+ "@id": "https://www.iso.org/iso-3166-country-codes.html"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#TH"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#TN"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#KR"
- },
+ "@id": "http://www.w3.org/2004/02/skos/core#altLabel"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EC"
- },
+ "@language": "en",
+ "@value": "The ISO-Numeric code for a given region"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BT"
- },
+ "@language": "en",
+ "@value": "ISO-numeric"
+ }
+ ],
+ "https://w3id.org/dpv#hasDomain": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BH"
- },
+ "@id": "https://w3id.org/dpv#Location"
+ }
+ ],
+ "https://w3id.org/dpv#hasRange": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SL"
- },
+ "@id": "http://www.w3.org/2001/XMLSchema#string"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-DE"
- },
+ "@id": "http://www.w3.org/2004/02/skos/core#altLabel"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SM"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PW"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://purl.org/dc/terms/temporal": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GA"
- },
+ "@id": "_:N28a56e636ffc422fb0be947c9a5e0b3d"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#BV"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#UM"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NE"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GB"
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MQ"
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FJ"
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MP"
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-MV"
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MW"
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#VN"
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-GU"
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-HI"
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GI"
+ "@id": "https://w3id.org/dpv/dpv-legal#GB"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-ND"
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AS"
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NI"
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BS"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NC"
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SB"
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#UZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HM"
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-TX"
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PR"
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#VC"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
- },
+ "@language": "en",
+ "@value": "European Union (EU-28)"
+ }
+ ],
+ "https://w3id.org/dpv#hasCountry": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LK"
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#MT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-SD"
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ID"
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-RP"
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CO"
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SH"
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BJ"
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
+ "@id": "https://w3id.org/dpv/dpv-legal#GB"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PK"
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NW"
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HB"
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BR"
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HH"
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DO"
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CW"
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LY"
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-WA"
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TW"
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MA"
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GL"
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TF"
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BI"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AR"
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SL"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NE"
- },
+ "@id": "https://w3id.org/dpv#SupraNationalUnion"
+ }
+ ]
+ },
+ {
+ "@id": "_:N28a56e636ffc422fb0be947c9a5e0b3d",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
+ ],
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#TC"
- },
+ "@id": "_:N2fcd239ddd7b49e9867209e8b55504b3"
+ }
+ ],
+ "http://www.w3.org/2006/time#hasEnd": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-TH"
- },
+ "@id": "_:Nacfafc06ed574a169d1e8548820a6839"
+ }
+ ]
+ },
+ {
+ "@id": "_:N2fcd239ddd7b49e9867209e8b55504b3",
+ "http://www.w3.org/2006/time#inXSDDate": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#VE"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2013-07-01"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-UT-UCPA",
+ "@id": "_:Nacfafc06ed574a169d1e8548820a6839",
+ "http://www.w3.org/2006/time#inXSDDate": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2020-01-31"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-11-22"
+ "@value": "2022-03-30"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Jonathan Bowker"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -30700,39 +30956,62 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "Utah Consumer Privacy Act (UCPA)"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://le.utah.gov/~2022/bills/static/SB0227.html"
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MC"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-UT"
+ "@language": "en",
+ "@value": "WesternEurope"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-UT"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EH",
+ "@id": "https://w3id.org/dpv/dpv-legal#NC",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -30758,16 +31037,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Western Sahara"
+ "@value": "New Caledonia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -30777,35 +31056,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "EH"
+ "@value": "NC"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "ESH"
+ "@value": "NCL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "732"
+ "@value": "540"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "732"
+ "@value": "540"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ST",
+ "@id": "https://w3id.org/dpv/dpv-legal#PG",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -30834,19 +31113,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Sao Tome and Principe"
+ "@value": "Papua New Guinea"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -30856,41 +31132,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "ST"
+ "@value": "PG"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "STP"
+ "@value": "PNG"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "678"
+ "@value": "598"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "678"
+ "@value": "598"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IL",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -30901,6 +31174,9 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -30914,56 +31190,40 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Israel"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@value": "Saarland Data Protection Act"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@language": "de",
+ "@value": "Saarländisches Datenschutzgesetz"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "IL"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@value": "ISR"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "376"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SL"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "376"
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AE",
+ "@id": "https://w3id.org/dpv/dpv-legal#Sark",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -30992,54 +31252,40 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "United Arab Emirates"
+ "@value": "Sark"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "AE"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "ARE"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "784"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
+ },
{
- "@value": "784"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IQ",
+ "@id": "https://w3id.org/dpv/dpv-legal#ZM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -31068,16 +31314,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Iraq"
+ "@value": "Zambia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -31087,35 +31336,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "IQ"
+ "@value": "ZM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "IRQ"
+ "@value": "ZMB"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "368"
+ "@value": "894"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "368"
+ "@value": "894"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CO",
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -31131,54 +31383,9 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
- {
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Colorado"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Region"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#ZW",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "http://purl.org/dc/terms/temporal": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@id": "_:Ne38db138c2874529a54105874f19ab39"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -31192,62 +31399,54 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Zimbabwe"
+ "@value": "EU Adequacy Decision for Japan"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- },
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "ZW"
+ "@id": "https://w3id.org/dpv/dpv-legal#JP"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "ZWE"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
}
+ ]
+ },
+ {
+ "@id": "_:Ne38db138c2874529a54105874f19ab39",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@value": "716"
+ "@id": "_:N59995f28ed784cea9bb0d84e61c703e2"
}
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ ]
+ },
+ {
+ "@id": "_:N59995f28ed784cea9bb0d84e61c703e2",
+ "http://www.w3.org/2006/time#inXSDDate": [
{
- "@value": "716"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2019-01-23"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IE",
+ "@id": "https://w3id.org/dpv/dpv-legal#PR",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -31276,44 +31475,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Ireland"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "Puerto Rico"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -31323,35 +31497,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "IE"
+ "@value": "PR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "IRL"
+ "@value": "PRI"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "372"
+ "@value": "630"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "372"
+ "@value": "630"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KI",
+ "@id": "https://w3id.org/dpv/dpv-legal#ZW",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -31380,16 +31557,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Kiribati"
+ "@value": "Zimbabwe"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -31399,38 +31579,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "KI"
+ "@value": "ZW"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "KIR"
+ "@value": "ZWE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "296"
+ "@value": "716"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "296"
+ "@value": "716"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PG",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -31439,6 +31622,9 @@
}
],
"http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
+ },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -31454,56 +31640,103 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
+ "@language": "de",
+ "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@language": "en",
+ "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Papua New Guinea"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-SH"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Law"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@value": "Harshvardhan J. Pandit"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Melanesia"
+ "@value": "Julian Flake"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@value": "PG"
+ "@id": "https://w3id.org/dpv/dpv-legal#"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@value": "PNG"
+ "@language": "en",
+ "@value": "accepted"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "598"
+ "@language": "de",
+ "@value": "Berliner Datenschutzgesetz (BlnDSG)"
+ },
+ {
+ "@language": "en",
+ "@value": "Berlin Data Protection Act (BlnDSG)"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "598"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BE"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AG",
+ "@id": "https://w3id.org/dpv/dpv-legal#JE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -31532,19 +31765,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Antigua and Barbuda"
+ "@value": "Jersey"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -31554,55 +31787,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "AG"
+ "@value": "JE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "ATG"
+ "@value": "JEY"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "28"
+ "@value": "832"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "28"
- }
- ]
- },
- {
- "@id": "http://www.w3.org/2004/02/skos/core#altLabel",
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha2"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha3"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#iso_numeric"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#un_m49"
+ "@value": "832"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LU",
+ "@id": "https://w3id.org/dpv/dpv-legal#EG",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -31631,44 +31847,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Luxembourg"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "Egypt"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -31678,35 +31866,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "LU"
+ "@value": "EG"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "LUX"
+ "@value": "EGY"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "442"
+ "@value": "818"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "442"
+ "@value": "818"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FM",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -31733,56 +31921,36 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Micronesia (Federated States of)"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ "@value": "Danish Data Protection Agency"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "FM"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "http://www.datatilsynet.dk/"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "FSM"
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@value": "583"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "583"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EG",
+ "@id": "https://w3id.org/dpv/dpv-legal#DK",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -31811,16 +31979,44 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Egypt"
+ "@value": "Denmark"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -31830,35 +32026,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "EG"
+ "@value": "DK"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "EGY"
+ "@value": "DNK"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "818"
+ "@value": "208"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "818"
+ "@value": "208"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public",
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -31872,9 +32068,6 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -31888,46 +32081,187 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@language": "en",
- "@value": "Bavarian State Office for Data Protection Supervision"
+ "@id": "https://w3id.org/dpv/dpv-legal#KG"
},
{
- "@language": "de",
- "@value": "Bayerisches Landesamt für Datenschutzaufsicht"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "@id": "https://w3id.org/dpv/dpv-legal#AE"
+ },
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.lda.bayern.de/"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
+ "@id": "https://w3id.org/dpv/dpv-legal#LB"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#GE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#KP"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#OM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#JP"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PS"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#YE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NP"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#UZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ID"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#JO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AF"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#VN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BD"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IQ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TJ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CN"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KW"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#TR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#KH"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#QA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IR"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "Asia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@id": "https://w3id.org/dpv#Region"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SX",
+ "@id": "https://w3id.org/dpv/dpv-legal#TN",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -31956,19 +32290,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Sint Maarten (Dutch part)"
+ "@value": "Tunisia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -31978,41 +32309,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "SX"
+ "@value": "TN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "SXM"
+ "@value": "TUN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "534"
+ "@value": "788"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "534"
+ "@value": "788"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#QA",
+ "@id": "https://w3id.org/dpv/dpv-legal#KG",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -32041,13 +32369,13 @@
"@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Qatar"
+ "@value": "Kyrgyzstan"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -32060,35 +32388,35 @@
"@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "QA"
+ "@value": "KG"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "QAT"
+ "@value": "KGZ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "634"
+ "@value": "417"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "634"
+ "@value": "417"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -32099,6 +32427,9 @@
"http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
+ },
+ {
+ "@value": "Julian Flake"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -32113,35 +32444,39 @@
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "de",
+ "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)"
+ },
{
"@language": "en",
- "@value": "Austrian Data Protection Authority"
+ "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://dsb.gv.at"
+ "@value": "https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-ST"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand",
+ "@id": "https://w3id.org/dpv/dpv-legal#AS",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -32169,49 +32504,55 @@
}
],
"http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ },
{
"@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AU"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#HM"
- },
+ "@language": "en",
+ "@value": "American Samoa"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CC"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CX"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NF"
+ "@value": "AS"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@language": "en",
- "@value": "AustraliaandNewZealand"
+ "@value": "ASM"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "16"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@value": "16"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#JE",
+ "@id": "https://w3id.org/dpv/dpv-legal#RW",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -32240,19 +32581,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Jersey"
+ "@value": "Rwanda"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -32262,41 +32603,117 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "JE"
+ "@value": "RW"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "JEY"
+ "@value": "RWA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "832"
+ "@value": "646"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "832"
+ "@value": "646"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#KW",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:N11bc33fd11694833824c529eb4ea7fa6"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "California Privacy Rights Act (CPRA)"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-CA"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Law"
+ }
+ ]
+ },
+ {
+ "@id": "_:N11bc33fd11694833824c529eb4ea7fa6",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
+ ],
+ "http://www.w3.org/2006/time#hasBeginning": [
+ {
+ "@id": "_:N6a3197020b6f487ea88e41da8fdfa285"
+ }
+ ]
+ },
+ {
+ "@id": "_:N6a3197020b6f487ea88e41da8fdfa285",
+ "http://www.w3.org/2006/time#inXSDDate": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2023-01-01"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PW",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -32322,16 +32739,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Kuwait"
+ "@value": "Palau"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -32341,35 +32758,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "KW"
+ "@value": "PW"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "KWT"
+ "@value": "PLW"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "414"
+ "@value": "585"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "414"
+ "@value": "585"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TR",
+ "@id": "https://w3id.org/dpv/dpv-legal#KY",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -32398,16 +32815,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Turkey"
+ "@value": "Cayman Islands"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -32417,35 +32837,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "TR"
+ "@value": "KY"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "TUR"
+ "@value": "CYM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "792"
+ "@value": "136"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "792"
+ "@value": "136"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT",
+ "@id": "https://w3id.org/dpv/dpv-legal#MN",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -32472,36 +32895,56 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Comissão Nacional de Protecção de Dados"
+ "@value": "Mongolia"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.cnpd.pt"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "MN"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "MNG"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "496"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "496"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IN",
+ "@id": "https://w3id.org/dpv/dpv-legal#SO",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -32530,16 +32973,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "India"
+ "@value": "Somalia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -32549,35 +32995,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "IN"
+ "@value": "SO"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "IND"
+ "@value": "SOM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "356"
+ "@value": "706"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "356"
+ "@value": "706"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#FO",
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -32604,59 +33053,195 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Faroe Islands"
+ "@value": "European Economic Area (EEA)"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasCountry": [
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#PT"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#LV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
+ },
{
- "@value": "FO"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#BG"
+ },
{
- "@value": "FRO"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "@id": "https://w3id.org/dpv/dpv-legal#IT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#PL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NL"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#AT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ES"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#RO"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SI"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DK"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#IE"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ },
{
- "@value": "234"
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SK"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "234"
+ "@id": "https://w3id.org/dpv#SupraNationalUnion"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#un_m49",
+ "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha2",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Relation"
+ "https://w3id.org/dpv#Relation",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -32671,7 +33256,7 @@
],
"http://purl.org/dc/terms/source": [
{
- "@id": "https://unstats.un.org/unsd/methodology/m49"
+ "@id": "https://www.iso.org/iso-3166-country-codes.html"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -32693,13 +33278,13 @@
"http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "The UN-M49 code for a given region"
+ "@value": "The ISO-Alpha2 code for a given region"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "UN-M49"
+ "@value": "ISO-alpha2"
}
],
"https://w3id.org/dpv#hasDomain": [
@@ -32719,10 +33304,10 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NI",
+ "@id": "https://w3id.org/dpv/dpv-legal#BS",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -32748,19 +33333,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Nicaragua"
+ "@value": "Bahamas"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -32770,51 +33355,51 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "NI"
+ "@value": "BS"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "NIC"
+ "@value": "BHS"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "558"
+ "@value": "44"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "558"
+ "@value": "44"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-UT-UCPA",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
+ "@value": "2022-11-22"
}
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Jonathan Bowker"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -32828,56 +33413,39 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@language": "en",
+ "@value": "Utah Consumer Privacy Act (UCPA)"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#MA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SD"
- },
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EG"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://le.utah.gov/~2022/bills/static/SB0227.html"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@language": "en",
- "@value": "NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-US-UT"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-legal#US-UT"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT",
+ "@id": "https://w3id.org/dpv/dpv-legal#CC",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -32901,105 +33469,56 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "State Data Protection Inspectorate"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://ada.lt"
- }
- ],
- "https://w3id.org/dpv#hasJurisdiction": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@value": "Julian Flake"
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
},
{
- "@value": "Harshvardhan J. Pandit"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#"
+ "@language": "en",
+ "@value": "Cocos (Keeling) Islands"
}
],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@language": "en",
- "@value": "accepted"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@language": "en",
- "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@language": "de",
- "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern"
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.datenschutz-mv.de/"
+ "@value": "CC"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-MV"
+ "@value": "CCK"
}
],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
- },
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG"
+ "@value": "166"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "166"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SI",
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -33028,82 +33547,84 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#BH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#PS"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ "@id": "https://w3id.org/dpv/dpv-legal#YE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#AM"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ "@id": "https://w3id.org/dpv/dpv-legal#JO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv/dpv-legal#IL"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#AZ"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "@id": "https://w3id.org/dpv/dpv-legal#IQ"
+ },
{
- "@language": "en",
- "@value": "Slovenia"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
+ "@id": "https://w3id.org/dpv/dpv-legal#KW"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
+ "@id": "https://w3id.org/dpv/dpv-legal#TR"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#SY"
+ },
{
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "@id": "https://w3id.org/dpv/dpv-legal#QA"
+ },
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#AE"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "@id": "https://w3id.org/dpv/dpv-legal#CY"
+ },
{
- "@value": "SI"
+ "@id": "https://w3id.org/dpv/dpv-legal#LB"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#OM"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#GE"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "SVN"
+ "@language": "en",
+ "@value": "WesternAsia"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "705"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "705"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PH",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-ST",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -33132,57 +33653,47 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Philippines"
+ "@value": "Saxony-Anhalt"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "PH"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG"
+ },
{
- "@value": "PHL"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "608"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "608"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#VI",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -33206,62 +33717,36 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "United States Virgin Islands"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@value": "State Data Protection Inspectorate"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "VI"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://ada.lt"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@value": "VIR"
+ "@id": "https://w3id.org/dpv/dpv-legal#LT"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@value": "850"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "850"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#IO",
+ "@id": "https://w3id.org/dpv/dpv-legal#BT",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -33290,19 +33775,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "British Indian Ocean Territory"
+ "@value": "Bhutan"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -33312,38 +33794,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "IO"
+ "@value": "BT"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "IOT"
+ "@value": "BTN"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "86"
+ "@value": "64"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "86"
+ "@value": "64"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-AZ",
+ "@id": "https://w3id.org/dpv/dpv-legal#AD",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -33372,31 +33851,57 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Arizona"
+ "@value": "Andorra"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "AD"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "AND"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "20"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "20"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DZ",
+ "@id": "https://w3id.org/dpv/dpv-legal#BZ",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -33422,16 +33927,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Algeria"
+ "@value": "Belize"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -33441,35 +33949,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "DZ"
+ "@value": "BZ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "DZA"
+ "@value": "BLZ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "12"
+ "@value": "84"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "12"
+ "@value": "84"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PS",
+ "@id": "https://w3id.org/dpv/dpv-legal#BE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -33498,16 +34009,44 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "State of Palestine"
+ "@value": "Belgium"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -33517,38 +34056,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "PS"
+ "@value": "BE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "PSE"
+ "@value": "BEL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "275"
+ "@value": "56"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "275"
+ "@value": "56"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MD",
- "@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "@id": "https://w3id.org/dpv/dpv-legal#RE",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -33574,16 +34113,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Republic of Moldova"
+ "@value": "Réunion"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -33593,37 +34135,40 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MD"
+ "@value": "RE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MDA"
+ "@value": "REU"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "498"
+ "@value": "638"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "498"
+ "@value": "638"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NR",
+ "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha3",
"@type": [
- "https://w3id.org/dpv#Concept",
+ "https://w3id.org/dpv#Relation",
"http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
@@ -33637,6 +34182,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/source": [
+ {
+ "@id": "https://www.iso.org/iso-3166-country-codes.html"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -33650,54 +34200,39 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ "@id": "http://www.w3.org/2004/02/skos/core#altLabel"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#definition": [
{
"@language": "en",
- "@value": "Nauru"
- }
- ],
- "https://w3id.org/dpv#isInstanceOf": [
- {
- "@id": "https://w3id.org/dpv#Country"
- }
- ],
- "https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Micronesia"
+ "@value": "The ISO-Alpha3 code for a given region"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "NR"
+ "@language": "en",
+ "@value": "ISO-alpha3"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#hasDomain": [
{
- "@value": "NRU"
+ "@id": "https://w3id.org/dpv#Location"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "https://w3id.org/dpv#hasRange": [
{
- "@value": "520"
+ "@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@value": "520"
+ "@id": "http://www.w3.org/2004/02/skos/core#altLabel"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MS",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -33724,39 +34259,33 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "Office for Personal Data Protection of the Slovak Republic"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "http://www.dataprotection.gov.sk/"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ "@language": "en",
+ "@value": "Mississippi"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv#Region"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TN",
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM",
"@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -33769,6 +34298,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:N2a213da2bac1407a860fd6ad0086035c"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -33780,56 +34314,54 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- }
- ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Tunisia"
+ "@value": "EU Adequacy Decision for Isle of Man"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "TN"
+ "@id": "https://w3id.org/dpv/dpv-legal#IM"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@value": "TUN"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
}
+ ]
+ },
+ {
+ "@id": "_:N2a213da2bac1407a860fd6ad0086035c",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@value": "788"
+ "@id": "_:N638d4afd00854d9ebdadb5e8cf2cfba5"
}
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ ]
+ },
+ {
+ "@id": "_:N638d4afd00854d9ebdadb5e8cf2cfba5",
+ "http://www.w3.org/2006/time#inXSDDate": [
{
- "@value": "788"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2004-04-30"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MZ",
+ "@id": "https://w3id.org/dpv/dpv-legal#MM",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -33858,19 +34390,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Mozambique"
+ "@value": "Myanmar"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -33880,38 +34409,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "MZ"
+ "@value": "MM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "MOZ"
+ "@value": "MMR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "508"
+ "@value": "104"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "508"
+ "@value": "104"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica",
+ "@id": "https://w3id.org/dpv/dpv-legal#GT",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -33940,108 +34466,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PM"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GL"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "NorthernAmerica"
+ "@value": "Guatemala"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- }
- ]
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG",
- "@type": [
- "https://w3id.org/dpv#Concept",
- "http://www.w3.org/2004/02/skos/core#Concept"
- ],
- "http://purl.org/dc/terms/created": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-03-30"
- }
- ],
- "http://purl.org/dc/terms/creator": [
- {
- "@value": "Julian Flake"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@value": "Harshvardhan J. Pandit"
- }
- ],
- "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#"
- }
- ],
- "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
- {
- "@language": "en",
- "@value": "accepted"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "de",
- "@value": "Saarländisches Datenschutzgesetz"
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
},
{
- "@language": "en",
- "@value": "Saarland Data Protection Act"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen"
+ "@value": "GT"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL"
+ "@value": "GTM"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SL"
+ "@value": "320"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@value": "320"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BW",
+ "@id": "https://w3id.org/dpv/dpv-legal#BA",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -34070,39 +34548,54 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Baden-Württemberg"
+ "@value": "Bosnia and Herzegovina"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "BA"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@value": "BIH"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "70"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "70"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-AK",
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -34118,6 +34611,11 @@
"@value": "Harshvardhan J. Pandit"
}
],
+ "http://purl.org/dc/terms/temporal": [
+ {
+ "@id": "_:Nefbd28acfedb4b00bfb241c9961b8402"
+ }
+ ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -34129,33 +34627,57 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@language": "en",
+ "@value": "EU Adequacy Decision for Uruguay"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Alaska"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#UY"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
}
+ ]
+ },
+ {
+ "@id": "_:Nefbd28acfedb4b00bfb241c9961b8402",
+ "@type": [
+ "http://www.w3.org/2006/time#ProperInterval"
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "http://www.w3.org/2006/time#hasBeginning": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "_:Nb02a02f18f89401aa786c4893d5f9740"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CY",
+ "@id": "_:Nb02a02f18f89401aa786c4893d5f9740",
+ "http://www.w3.org/2006/time#inXSDDate": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2012-08-22"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#ST",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -34181,39 +34703,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Cyprus"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "Sao Tome and Principe"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -34223,38 +34725,41 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "CY"
+ "@value": "ST"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "CYP"
+ "@value": "STP"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "196"
+ "@value": "678"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "196"
+ "@value": "678"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BE",
+ "@id": "https://w3id.org/dpv/dpv-legal#TK",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -34280,44 +34785,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU27"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Belgium"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "Tokelau"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -34327,35 +34804,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BE"
+ "@value": "TK"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BEL"
+ "@value": "TKL"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "56"
+ "@value": "772"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "56"
+ "@value": "772"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HM",
+ "@id": "https://w3id.org/dpv/dpv-legal#BR",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -34384,16 +34861,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Heard Island and McDonald Islands"
+ "@value": "Brazil"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -34403,109 +34883,120 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "HM"
+ "@value": "BR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "HMD"
+ "@value": "BRA"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "334"
+ "@value": "76"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "334"
+ "@value": "76"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal",
+ "@id": "https://w3id.org/dpv/dpv-legal#LR",
"@type": [
- "http://www.w3.org/2002/07/owl#Ontology"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
- "http://purl.org/dc/terms/abstract": [
+ "http://purl.org/dc/terms/created": [
{
- "@language": "en",
- "@value": "DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
}
],
- "http://purl.org/dc/terms/contributor": [
+ "http://purl.org/dc/terms/creator": [
{
"@value": "Harshvardhan J. Pandit"
- },
- {
- "@value": "Julian Flake"
}
],
- "http://purl.org/dc/terms/created": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-04-02"
+ "@id": "https://w3id.org/dpv/dpv-legal#"
}
],
- "http://purl.org/dc/terms/creator": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@language": "en",
+ "@value": "accepted"
}
],
- "http://purl.org/dc/terms/description": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "en",
- "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
}
],
- "http://purl.org/dc/terms/license": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license"
+ "@language": "en",
+ "@value": "Liberia"
}
],
- "http://purl.org/dc/terms/modified": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-06"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "http://purl.org/dc/terms/source": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://www.w3.org/community/dpvcg/"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
- "http://purl.org/dc/terms/title": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@language": "en",
- "@value": "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"
+ "@value": "LR"
}
],
- "http://purl.org/vocab/vann/preferredNamespacePrefix": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "dpv-legal"
+ "@value": "LBR"
}
],
- "http://purl.org/vocab/vann/preferredNamespaceUri": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "https://w3id.org/dpv/dpv-legal#"
+ "@value": "430"
}
],
- "http://www.w3.org/2002/07/owl#versionInfo": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "0.8.2"
+ "@value": "430"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -34535,18 +35026,18 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Croatian Personal Data Protection Agency"
+ "@value": "Office of the Data Protection Ombudsman"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "http://www.azop.hr/"
+ "@value": "https://tietosuoja.fi/"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ "@id": "https://w3id.org/dpv/dpv-legal#FI"
}
],
"https://w3id.org/dpv#hasLaw": [
@@ -34561,7 +35052,7 @@
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE",
+ "@id": "https://w3id.org/dpv/dpv-legal#HN",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -34588,36 +35079,62 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Estonian Data Protection Inspectorate"
+ "@value": "Honduras"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "http://www.aki.ee/"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "HN"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "HND"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "340"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "340"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GB-DPA-2018",
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -34625,7 +35142,7 @@
"http://purl.org/dc/terms/created": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-07-20"
+ "@value": "2022-03-30"
}
],
"http://purl.org/dc/terms/creator": [
@@ -34633,15 +35150,9 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/modified": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-10-14"
- }
- ],
"http://purl.org/dc/terms/temporal": [
{
- "@id": "_:Nff4df37cd7dc4ca29257bca7b50529ae"
+ "@id": "_:N7c3f03c130a34e15bfdb7f7e0c959e50"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -34652,57 +35163,60 @@
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@language": "en",
- "@value": "modified"
+ "@value": "accepted"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Data Protection Act (DPA)"
+ "@value": "EU Adequacy Decision for New Zealand"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.legislation.gov.uk/ukpga/2018/12/contents"
+ "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GB"
+ "@id": "https://w3id.org/dpv/dpv-legal#NZ"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
}
]
},
{
- "@id": "_:Nff4df37cd7dc4ca29257bca7b50529ae",
+ "@id": "_:N7c3f03c130a34e15bfdb7f7e0c959e50",
"@type": [
"http://www.w3.org/2006/time#ProperInterval"
],
"http://www.w3.org/2006/time#hasBeginning": [
{
- "@id": "_:Nf09fed2207a44b6ab054e55507a07d03"
+ "@id": "_:N84b42d49f06a46c8b503d8ac6a8d5b13"
}
]
},
{
- "@id": "_:Nf09fed2207a44b6ab054e55507a07d03",
+ "@id": "_:N84b42d49f06a46c8b503d8ac6a8d5b13",
"http://www.w3.org/2006/time#inXSDDate": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2022-05-23"
+ "@value": "2012-12-20"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA",
+ "@id": "https://w3id.org/dpv/dpv-legal#CM",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -34715,11 +35229,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:N6cf047134ff740c38db0a847a8603fbb"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -34731,54 +35240,65 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "California Privacy Rights Act (CPRA)"
+ "@value": "Cameroon"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CA"
+ "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@value": "CM"
}
- ]
- },
- {
- "@id": "_:N6cf047134ff740c38db0a847a8603fbb",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "_:N816650fff8544910897333a1500600aa"
+ "@value": "CMR"
}
- ]
- },
- {
- "@id": "_:N816650fff8544910897333a1500600aa",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2023-01-01"
+ "@value": "120"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "120"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#QA",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -34787,9 +35307,6 @@
}
],
"http://purl.org/dc/terms/creator": [
- {
- "@value": "Julian Flake"
- },
{
"@value": "Harshvardhan J. Pandit"
}
@@ -34805,40 +35322,106 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@language": "de",
- "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Brandenburg Data Protection Act (BbgDSG)"
+ "@value": "Qatar"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BB"
+ "@value": "QA"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "QAT"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "634"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "634"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-SC",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
+ {
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
+ {
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ {
+ "@language": "en",
+ "@value": "South Carolina"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SN",
+ "@id": "https://w3id.org/dpv/dpv-legal#MT",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -34867,44 +35450,82 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Saxony"
+ "@value": "Malta"
}
],
"https://w3id.org/dpv#hasAuthority": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN"
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT"
}
],
"https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG"
- },
{
"@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv#Country"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "MT"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ {
+ "@value": "MLT"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "470"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "470"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GF",
+ "@id": "https://w3id.org/dpv/dpv-legal#MZ",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -34933,19 +35554,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "French Guiana"
+ "@value": "Mozambique"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -34955,38 +35576,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "GF"
+ "@value": "MZ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "GUF"
+ "@value": "MOZ"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "254"
+ "@value": "508"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "254"
+ "@value": "508"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PN",
+ "@id": "https://w3id.org/dpv/dpv-legal#MW",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -35015,16 +35636,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Pitcairn"
+ "@value": "Malawi"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -35034,35 +35658,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "PN"
+ "@value": "MW"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "PCN"
+ "@value": "MWI"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "612"
+ "@value": "454"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "612"
+ "@value": "454"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MA",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -35089,30 +35716,36 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@language": "en",
+ "@value": "Belgian Data Protection Authority"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Massachusetts"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.dataprotectionauthority.be/"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@id": "https://w3id.org/dpv/dpv-legal#BE"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA",
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -35130,7 +35763,7 @@
],
"http://purl.org/dc/terms/temporal": [
{
- "@id": "_:N1798fa38aced4df093657500f4863432"
+ "@id": "_:N897e0e7d175749748111fd54839923a1"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -35147,18 +35780,18 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "EU Adequacy Decision for Canada (commercial organisations)"
+ "@value": "EU Adequacy Decision for United Kingdom"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002"
+ "@value": "https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en"
}
],
"https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CA"
+ "@id": "https://w3id.org/dpv/dpv-legal#GB"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#EU"
@@ -35171,30 +35804,30 @@
]
},
{
- "@id": "_:N1798fa38aced4df093657500f4863432",
+ "@id": "_:N897e0e7d175749748111fd54839923a1",
"@type": [
"http://www.w3.org/2006/time#ProperInterval"
],
"http://www.w3.org/2006/time#hasBeginning": [
{
- "@id": "_:Nb3459bba8970460c85a6af88d8378e5c"
+ "@id": "_:N20c186e6b96644c49fa023c7813eef28"
}
]
},
{
- "@id": "_:Nb3459bba8970460c85a6af88d8378e5c",
+ "@id": "_:N20c186e6b96644c49fa023c7813eef28",
"http://www.w3.org/2006/time#inXSDDate": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2002-01-04"
+ "@value": "2021-06-28"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB",
+ "@id": "https://w3id.org/dpv/dpv-legal#PF",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -35207,11 +35840,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:N2946a20763524cbf98f92f8cc98b0c97"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -35223,54 +35851,56 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "EU Adequacy Decision for United Kingdom"
+ "@value": "French Polynesia"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#GB"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
+ "@value": "PF"
}
- ]
- },
- {
- "@id": "_:N2946a20763524cbf98f92f8cc98b0c97",
- "@type": [
- "http://www.w3.org/2006/time#ProperInterval"
],
- "http://www.w3.org/2006/time#hasBeginning": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "_:Ndad289d495574f5dbba46c484bec94e3"
+ "@value": "PYF"
}
- ]
- },
- {
- "@id": "_:Ndad289d495574f5dbba46c484bec94e3",
- "http://www.w3.org/2006/time#inXSDDate": [
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2021-06-28"
+ "@value": "258"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "258"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT",
+ "@id": "https://w3id.org/dpv/dpv-legal#AZ",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -35297,36 +35927,56 @@
"@value": "accepted"
}
],
+ "http://www.w3.org/2004/02/skos/core#broader": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Office of the Information and Data Protection Commissioner"
+ "@value": "Azerbaijan"
}
],
- "http://xmlns.com/foaf/0.1/homepage": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://idpc.org.mt"
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ {
+ "@value": "AZ"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ "@value": "AZE"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "31"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv#DataProtectionAuthority"
+ "@value": "31"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -35339,10 +35989,10 @@
],
"http://purl.org/dc/terms/creator": [
{
- "@value": "Harshvardhan J. Pandit"
+ "@value": "Julian Flake"
},
{
- "@value": "Julian Flake"
+ "@value": "Harshvardhan J. Pandit"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
@@ -35358,38 +36008,44 @@
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@language": "de",
- "@value": "Niedersächsisches Datenschutzgesetz (NDSG)"
+ "@language": "en",
+ "@value": "Thuringia state commissioner for data protection and freedom of information"
},
{
- "@language": "en",
- "@value": "Lower Saxony Data Protection Act (NDSG)"
+ "@language": "de",
+ "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit"
}
],
"http://xmlns.com/foaf/0.1/homepage": [
{
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf"
+ "@value": "https://www.tlfdi.de/"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-TH"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NI"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-TH",
+ "@id": "https://w3id.org/dpv/dpv-legal#BL",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -35418,44 +36074,60 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Thuringia"
+ "@value": "Saint Barthélemy"
}
],
- "https://w3id.org/dpv#hasAuthority": [
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH"
+ "@id": "https://w3id.org/dpv#Country"
}
],
- "https://w3id.org/dpv#hasLaw": [
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG"
+ "@id": "https://w3id.org/dpv/dpv-legal#Caribbean"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@id": "https://w3id.org/dpv/dpv-legal#Americas"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "BL"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@value": "BLM"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ {
+ "@value": "652"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
+ {
+ "@value": "652"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#TV",
+ "@id": "https://w3id.org/dpv/dpv-legal#WS",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -35493,7 +36165,7 @@
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Tuvalu"
+ "@value": "Samoa"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -35503,35 +36175,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Polynesia"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "TV"
+ "@value": "WS"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "TUV"
+ "@value": "WSM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "798"
+ "@value": "882"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "798"
+ "@value": "882"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SH",
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MD",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -35560,29 +36232,13 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Schleswig-Holstein"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH"
- }
- ],
- "https://w3id.org/dpv#hasLaw": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ "@value": "Maryland"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -35592,12 +36248,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#AU",
+ "@id": "https://w3id.org/dpv/dpv-legal#YE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -35626,16 +36282,16 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Australia"
+ "@value": "Yemen"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -35645,35 +36301,35 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "AU"
+ "@value": "YE"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "AUS"
+ "@value": "YEM"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "36"
+ "@value": "887"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "36"
+ "@value": "887"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MI",
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HE",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -35702,13 +36358,29 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Michigan"
+ "@value": "Hesse"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -35718,12 +36390,12 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US"
+ "@id": "https://w3id.org/dpv/dpv-legal#DE"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#BI",
+ "@id": "https://w3id.org/dpv/dpv-legal#SC",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -35752,19 +36424,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Africa"
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Burundi"
+ "@value": "Seychelles"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -35773,39 +36445,39 @@
}
],
"https://w3id.org/dpv#isSubTypeOf": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
- },
{
"@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
"@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "BI"
+ "@value": "SC"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "BDI"
+ "@value": "SYC"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "108"
+ "@value": "690"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "108"
+ "@value": "690"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR",
+ "@id": "https://w3id.org/dpv/dpv-legal#EE",
"@type": [
"http://www.w3.org/2004/02/skos/core#Concept",
"https://w3id.org/dpv#Concept"
@@ -35821,11 +36493,6 @@
"@value": "Harshvardhan J. Pandit"
}
],
- "http://purl.org/dc/terms/temporal": [
- {
- "@id": "_:Nf02a87c794df4778a64430ef9a3b3fe8"
- }
- ],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://w3id.org/dpv/dpv-legal#"
@@ -35837,308 +36504,216 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
- {
- "@language": "en",
- "@value": "General Data Protection Regulation (GDPR)"
- }
- ],
- "http://xmlns.com/foaf/0.1/homepage": [
- {
- "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
- "@value": "http://data.europa.eu/eli/reg/2016/679/oj"
- }
- ],
- "https://w3id.org/dpv#hasAuthority": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT"
- },
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU27"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA30"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT"
+ "@id": "https://w3id.org/dpv/dpv-legal#EEA31"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EU28"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE"
- },
+ "@language": "en",
+ "@value": "Estonia"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
{
"@id": "https://w3id.org/dpv/dpv-legal#DPA-EE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP"
}
],
- "https://w3id.org/dpv#hasJurisdiction": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-RP"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-ST"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#LU"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#PL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HB"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-TH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#BG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CZ"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#SE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-NW"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#EE"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SH"
- },
+ "https://w3id.org/dpv#hasLaw": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#FR"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LT"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#MT"
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#PT"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SI"
- },
+ "@value": "EE"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE"
- },
+ "@value": "EST"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BY"
- },
+ "@value": "233"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#RO"
- },
+ "@value": "233"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#US-MI",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HH"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IT"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-MV"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BE"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#IE"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LV"
- },
+ "@language": "en",
+ "@value": "Michigan"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GR"
- },
+ "@id": "https://w3id.org/dpv#Region"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#ES"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#US"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#HU"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#NL"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://purl.org/dc/terms/temporal": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#FI"
- },
+ "@id": "_:N6cd2b4beaa684fda9796b4caa76dce15"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-SN"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BB"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-BW"
- },
+ "@language": "en",
+ "@value": "EU Adequacy Decision for Switzerland"
+ }
+ ],
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#DE-HE"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SK"
+ "@id": "https://w3id.org/dpv/dpv-legal#CH"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#HR"
+ "@id": "https://w3id.org/dpv/dpv-legal#EU"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Law"
+ "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3"
}
]
},
{
- "@id": "_:Nf02a87c794df4778a64430ef9a3b3fe8",
+ "@id": "_:N6cd2b4beaa684fda9796b4caa76dce15",
"@type": [
"http://www.w3.org/2006/time#ProperInterval"
],
"http://www.w3.org/2006/time#hasBeginning": [
{
- "@id": "_:Na82fa3ee68f44ed9a659c342b1a5f4b6"
+ "@id": "_:N5a76fe9b89cb490f850f4ca31b4dcf7f"
}
]
},
{
- "@id": "_:Na82fa3ee68f44ed9a659c342b1a5f4b6",
+ "@id": "_:N5a76fe9b89cb490f850f4ca31b4dcf7f",
"http://www.w3.org/2006/time#inXSDDate": [
{
"@type": "http://www.w3.org/2001/XMLSchema#date",
- "@value": "2018-05-25"
+ "@value": "2000-08-25"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#LB",
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP",
"@type": [
- "http://www.w3.org/2004/02/skos/core#Concept",
- "https://w3id.org/dpv#Concept"
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
"http://purl.org/dc/terms/created": [
{
@@ -36162,56 +36737,114 @@
"@value": "accepted"
}
],
- "http://www.w3.org/2004/02/skos/core#broader": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@language": "de",
+ "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@language": "en",
+ "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@language": "en",
- "@value": "Lebanon"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.datenschutz.rlp.de/"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP"
+ }
+ ],
+ "https://w3id.org/dpv#hasLaw": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG"
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#DataProtectionAuthority"
}
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
+ {
+ "@value": "Julian Flake"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia"
+ "@value": "Harshvardhan J. Pandit"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@value": "LB"
+ "@id": "https://w3id.org/dpv/dpv-legal#"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@value": "LBN"
+ "@language": "en",
+ "@value": "accepted"
}
],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@value": "422"
+ "@language": "de",
+ "@value": "Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680"
+ },
+ {
+ "@language": "en",
+ "@value": "Act to adapt the State Data Protection Act and other data protection regulations in the area of responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680"
}
],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
+ "http://xmlns.com/foaf/0.1/homepage": [
{
- "@value": "422"
+ "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
+ "@value": "https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf"
+ }
+ ],
+ "https://w3id.org/dpv#hasAuthority": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV"
+ }
+ ],
+ "https://w3id.org/dpv#hasJurisdiction": [
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#DE-MV"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
+ {
+ "@id": "https://w3id.org/dpv#Law"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#UY",
+ "@id": "https://w3id.org/dpv/dpv-legal#MR",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -36240,19 +36873,19 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "Uruguay"
+ "@value": "Mauritania"
}
],
"https://w3id.org/dpv#isInstanceOf": [
@@ -36262,38 +36895,38 @@
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean"
+ "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#Africa"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@value": "UY"
+ "@value": "MR"
}
],
"https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@value": "URY"
+ "@value": "MRT"
}
],
"https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@value": "858"
+ "@value": "478"
}
],
"https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@value": "858"
+ "@value": "478"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica",
+ "@id": "https://w3id.org/dpv/dpv-legal#AX",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -36322,57 +36955,54 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
- }
- ],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#AO"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#CG"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#TD"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#ST"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GQ"
- },
+ "@language": "en",
+ "@value": "Åland Islands"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CD"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#CF"
+ "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#CM"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Europe"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#GA"
+ "@value": "AX"
}
],
- "http://www.w3.org/2004/02/skos/core#prefLabel": [
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@language": "en",
- "@value": "MiddleAfrica"
+ "@value": "ALA"
}
],
- "https://w3id.org/dpv#isInstanceOf": [
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv#Region"
+ "@value": "248"
}
],
- "https://w3id.org/dpv#isSubTypeOf": [
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica"
+ "@value": "248"
}
]
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US",
+ "@id": "https://w3id.org/dpv/dpv-legal#BD",
"@type": [
"https://w3id.org/dpv#Concept",
"http://www.w3.org/2004/02/skos/core#Concept"
@@ -36401,222 +37031,207 @@
],
"http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
}
],
- "http://www.w3.org/2004/02/skos/core#narrower": [
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-MT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-GA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-ID"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-CA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-NM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-NH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-AL"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-SC"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-DC"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-UM"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-NY"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-OH"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-VA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-OK"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-ME"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-VT"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-MS"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-VI"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-MA"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#US-OR"
- },
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MD"
- },
+ "@language": "en",
+ "@value": "Bangladesh"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-KY"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NV"
+ "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-WY"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Asia"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MP"
- },
+ "@value": "BD"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-IA"
- },
+ "@value": "BGD"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-DE"
- },
+ "@value": "50"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NE"
- },
+ "@value": "50"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#NZ",
+ "@type": [
+ "https://w3id.org/dpv#Concept",
+ "http://www.w3.org/2004/02/skos/core#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-GU"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-HI"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-ND"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NC"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-PA"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-TX"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#prefLabel": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-SD"
- },
+ "@language": "en",
+ "@value": "New Zealand"
+ }
+ ],
+ "https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CO"
- },
+ "@id": "https://w3id.org/dpv#Country"
+ }
+ ],
+ "https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-WA"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MN"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-AR"
- },
+ "@value": "NZ"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-LA"
- },
+ "@value": "NZL"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#iso_numeric": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-PR"
- },
+ "@value": "554"
+ }
+ ],
+ "https://w3id.org/dpv/dpv-legal#un_m49": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-RI"
- },
+ "@value": "554"
+ }
+ ]
+ },
+ {
+ "@id": "https://w3id.org/dpv/dpv-legal#Polynesia",
+ "@type": [
+ "http://www.w3.org/2004/02/skos/core#Concept",
+ "https://w3id.org/dpv#Concept"
+ ],
+ "http://purl.org/dc/terms/created": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-KS"
- },
+ "@type": "http://www.w3.org/2001/XMLSchema#date",
+ "@value": "2022-03-30"
+ }
+ ],
+ "http://purl.org/dc/terms/creator": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-WI"
- },
+ "@value": "Harshvardhan J. Pandit"
+ }
+ ],
+ "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-TN"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#"
+ }
+ ],
+ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-NJ"
- },
+ "@language": "en",
+ "@value": "accepted"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#broader": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-CT"
- },
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
+ }
+ ],
+ "http://www.w3.org/2004/02/skos/core#narrower": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-AZ"
+ "@id": "https://w3id.org/dpv/dpv-legal#PF"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-WV"
+ "@id": "https://w3id.org/dpv/dpv-legal#NU"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-IN"
+ "@id": "https://w3id.org/dpv/dpv-legal#PN"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-AS"
+ "@id": "https://w3id.org/dpv/dpv-legal#TO"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-UT"
+ "@id": "https://w3id.org/dpv/dpv-legal#WS"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MO"
+ "@id": "https://w3id.org/dpv/dpv-legal#TV"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-FL"
+ "@id": "https://w3id.org/dpv/dpv-legal#TK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-IL"
+ "@id": "https://w3id.org/dpv/dpv-legal#WF"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-MI"
+ "@id": "https://w3id.org/dpv/dpv-legal#CK"
},
{
- "@id": "https://w3id.org/dpv/dpv-legal#US-AK"
+ "@id": "https://w3id.org/dpv/dpv-legal#AS"
}
],
"http://www.w3.org/2004/02/skos/core#prefLabel": [
{
"@language": "en",
- "@value": "United States of America"
+ "@value": "Polynesia"
}
],
"https://w3id.org/dpv#isInstanceOf": [
{
- "@id": "https://w3id.org/dpv#Country"
+ "@id": "https://w3id.org/dpv#Region"
}
],
"https://w3id.org/dpv#isSubTypeOf": [
{
- "@id": "https://w3id.org/dpv/dpv-legal#Americas"
- },
- {
- "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha2": [
- {
- "@value": "US"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_alpha3": [
- {
- "@value": "USA"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#iso_numeric": [
- {
- "@value": "840"
- }
- ],
- "https://w3id.org/dpv/dpv-legal#un_m49": [
- {
- "@value": "840"
+ "@id": "https://w3id.org/dpv/dpv-legal#Oceania"
}
]
}
diff --git a/dpv-legal/dpv-legal.n3 b/dpv-legal/dpv-legal.n3
index 1ee450be6..d4f593b90 100644
--- a/dpv-legal/dpv-legal.n3
+++ b/dpv-legal/dpv-legal.n3
@@ -85,7 +85,11 @@ dpv-legal:AuthoritiesConcepts a skos:Collection ;
dpv-legal:DPA-SE,
dpv-legal:DPA-SI,
dpv-legal:DPA-SK,
- dpv-legal:DPA-US-UT .
+ dpv-legal:DPA-US-CO,
+ dpv-legal:DPA-US-CT,
+ dpv-legal:DPA-US-NV,
+ dpv-legal:DPA-US-UT,
+ dpv-legal:DPA-US-VC .
dpv-legal:EUEEAConcepts a skos:Collection ;
skos:member dpv-legal:EEA,
@@ -114,11 +118,15 @@ dpv-legal:LawConcepts a skos:Collection ;
dpv-legal:DE-SN-SächsDSG,
dpv-legal:DE-TH-ThürDSG,
dpv-legal:EU-GDPR,
- dpv-legal:GB-DPA-2018,
+ dpv-legal:GB-DPA,
dpv-legal:GB-GDPR,
dpv-legal:US-CA-CCPA,
dpv-legal:US-CA-CPRA,
- dpv-legal:US-UT-UCPA .
+ dpv-legal:US-CO-CPA,
+ dpv-legal:US-CT-CTPA,
+ dpv-legal:US-NV-NPICICA,
+ dpv-legal:US-UT-UCPA,
+ dpv-legal:US-VA-VCDPA .
dpv-legal:LocationConcepts a skos:Collection ;
skos:member dpv-legal:AD,
@@ -683,6 +691,8 @@ dpv-legal:UK-DPA-2018 dpv:hasAuthority dpv-legal:DPA-GB .
dpv-legal:UK-GDPR dpv:hasAuthority dpv-legal:DPA-GB .
+dpv-legal:US-VC dpv:hasAuthority dpv-legal:DPA-US-VC .
+
dpv-legal:iso_alpha2 a skos:Concept,
dpv:Relation ;
dct:created "2022-03-30"^^xsd:date ;
@@ -752,13 +762,13 @@ dpv-legal:DE-BW-LDSG a skos:Concept,
dpv:hasJurisdiction dpv-legal:DE-BW ;
dpv:isInstanceOf dpv:Law .
-dpv-legal:GB-DPA-2018 a skos:Concept,
+dpv-legal:GB-DPA a skos:Concept,
dpv:Concept ;
dct:created "2022-07-20"^^xsd:date ;
dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
dct:modified "2022-10-14"^^xsd:date ;
dct:temporal [ a time:ProperInterval ;
- time:hasBeginning [ time:inXSDDate "2022-05-23"^^xsd:date ] ] ;
+ time:hasBeginning [ time:inXSDDate "2018-05-25"^^xsd:date ] ] ;
rdfs:isDefinedBy dpv-legal: ;
sw:term_status "modified"@en ;
skos:prefLabel "Data Protection Act (DPA)"@en ;
@@ -861,28 +871,6 @@ dpv-legal:US-CA-CPRA a skos:Concept,
dpv:hasJurisdiction dpv-legal:US-CA ;
dpv:isInstanceOf dpv:Law .
-dpv-legal:US-CO a skos:Concept,
- dpv:Concept ;
- dct:created "2022-03-30"^^xsd:date ;
- dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
- rdfs:isDefinedBy dpv-legal: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv-legal:US ;
- skos:prefLabel "Colorado"@en ;
- dpv:isInstanceOf dpv:Region ;
- dpv:isSubTypeOf dpv-legal:US .
-
-dpv-legal:US-CT a skos:Concept,
- dpv:Concept ;
- dct:created "2022-03-30"^^xsd:date ;
- dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
- rdfs:isDefinedBy dpv-legal: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv-legal:US ;
- skos:prefLabel "Connecticut"@en ;
- dpv:isInstanceOf dpv:Region ;
- dpv:isSubTypeOf dpv-legal:US .
-
dpv-legal:US-DC a skos:Concept,
dpv:Concept ;
dct:created "2022-03-30"^^xsd:date ;
@@ -1191,17 +1179,6 @@ dpv-legal:US-NM a skos:Concept,
dpv:isInstanceOf dpv:Region ;
dpv:isSubTypeOf dpv-legal:US .
-dpv-legal:US-NV a skos:Concept,
- dpv:Concept ;
- dct:created "2022-03-30"^^xsd:date ;
- dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
- rdfs:isDefinedBy dpv-legal: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv-legal:US ;
- skos:prefLabel "Nevada"@en ;
- dpv:isInstanceOf dpv:Region ;
- dpv:isSubTypeOf dpv-legal:US .
-
dpv-legal:US-NY a skos:Concept,
dpv:Concept ;
dct:created "2022-03-30"^^xsd:date ;
@@ -1334,17 +1311,6 @@ dpv-legal:US-UM a skos:Concept,
dpv:isInstanceOf dpv:Region ;
dpv:isSubTypeOf dpv-legal:US .
-dpv-legal:US-VA a skos:Concept,
- dpv:Concept ;
- dct:created "2022-03-30"^^xsd:date ;
- dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
- rdfs:isDefinedBy dpv-legal: ;
- sw:term_status "accepted"@en ;
- skos:broader dpv-legal:US ;
- skos:prefLabel "Virginia"@en ;
- dpv:isInstanceOf dpv:Region ;
- dpv:isSubTypeOf dpv-legal:US .
-
dpv-legal:US-VI a skos:Concept,
dpv:Concept ;
dct:created "2022-03-30"^^xsd:date ;
@@ -2230,6 +2196,42 @@ dpv-legal:DPA-SK a skos:Concept,
dpv:hasLaw dpv-legal:EU-GDPR ;
dpv:isInstanceOf dpv:DataProtectionAuthority .
+dpv-legal:DPA-US-CO a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-23"^^xsd:date ;
+ dct:creator "Jonathan Bowker"^^xsd:string ;
+ rdfs:isDefinedBy dpv-legal: ;
+ sw:term_status "accepted"@en ;
+ skos:prefLabel "Colorado Attorney General"@en ;
+ foaf:homepage "https://coag.gov"^^xsd:anyURI ;
+ dpv:hasJurisdiction dpv-legal:US-CO ;
+ dpv:hasLaw dpv-legal:US-CO-CPA ;
+ dpv:isInstanceOf dpv:DataProtectionAuthority .
+
+dpv-legal:DPA-US-CT a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-23"^^xsd:date ;
+ dct:creator "Jonathan Bowker"^^xsd:string ;
+ rdfs:isDefinedBy dpv-legal: ;
+ sw:term_status "accepted"@en ;
+ skos:prefLabel "Connecticut Attorney General"@en ;
+ foaf:homepage "https://portal.ct.gov/AG"^^xsd:anyURI ;
+ dpv:hasJurisdiction dpv-legal:US-CT ;
+ dpv:hasLaw dpv-legal:US-CT-CTPA ;
+ dpv:isInstanceOf dpv:DataProtectionAuthority .
+
+dpv-legal:DPA-US-NV a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-23"^^xsd:date ;
+ dct:creator "Jonathan Bowker"^^xsd:string ;
+ rdfs:isDefinedBy dpv-legal: ;
+ sw:term_status "accepted"@en ;
+ skos:prefLabel "Nevada Attorney General"@en ;
+ foaf:homepage "https://ag.nv.gov/"^^xsd:anyURI ;
+ dpv:hasJurisdiction dpv-legal:US-NV ;
+ dpv:hasLaw dpv-legal:US-NV-NPICICA ;
+ dpv:isInstanceOf dpv:DataProtectionAuthority .
+
dpv-legal:DPA-US-UT a skos:Concept,
dpv:Concept ;
dct:created "2022-11-22"^^xsd:date ;
@@ -2242,6 +2244,18 @@ dpv-legal:DPA-US-UT a skos:Concept,
dpv:hasLaw dpv-legal:US-UT-UCPA ;
dpv:isInstanceOf dpv:DataProtectionAuthority .
+dpv-legal:DPA-US-VC a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-23"^^xsd:date ;
+ dct:creator "Jonathan Bowker"^^xsd:string ;
+ rdfs:isDefinedBy dpv-legal: ;
+ sw:term_status "accepted"@en ;
+ skos:prefLabel "Virginia Attorney General"@en ;
+ foaf:homepage "https://www.oag.state.va.us"^^xsd:anyURI ;
+ dpv:hasJurisdiction dpv-legal:US-VC ;
+ dpv:hasLaw dpv-legal:US-VA-VCDPA ;
+ dpv:isInstanceOf dpv:DataProtectionAuthority .
+
dpv-legal:DZ a skos:Concept,
dpv:Concept ;
dct:created "2022-03-30"^^xsd:date ;
@@ -3551,6 +3565,48 @@ dpv-legal:UM a skos:Concept,
dpv-legal:iso_numeric "581"^^xsd:string ;
dpv-legal:un_m49 "581"^^xsd:string .
+dpv-legal:US-CO-CPA a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-23"^^xsd:date ;
+ dct:creator "Jonathan Bowker"^^xsd:string ;
+ dct:temporal [ a time:ProperInterval ;
+ time:hasBeginning [ time:inXSDDate "2024-01-07"^^xsd:date ] ] ;
+ rdfs:isDefinedBy dpv-legal: ;
+ sw:term_status "accepted"@en ;
+ skos:prefLabel "Colorado Privacy Act (CPA)"@en ;
+ foaf:homepage "https://leg.colorado.gov/bills/sb21-190"^^xsd:anyURI ;
+ dpv:hasAuthority dpv-legal:DPA-US-CO ;
+ dpv:hasJurisdiction dpv-legal:US-CO ;
+ dpv:isInstanceOf dpv:Law .
+
+dpv-legal:US-CT-CTPA a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-23"^^xsd:date ;
+ dct:creator "Jonathan Bowker"^^xsd:string ;
+ dct:temporal [ a time:ProperInterval ;
+ time:hasBeginning [ time:inXSDDate "2023-01-07"^^xsd:date ] ] ;
+ rdfs:isDefinedBy dpv-legal: ;
+ sw:term_status "accepted"@en ;
+ skos:prefLabel "Connecticut Data Privacy Act (CTPA)"@en ;
+ foaf:homepage "https://www.cga.ct.gov/2022/ACT/PA/PDF/2022PA-00015-R00SB-00006-PA.PDF"^^xsd:anyURI ;
+ dpv:hasAuthority dpv-legal:DPA-US-CT ;
+ dpv:hasJurisdiction dpv-legal:US-CT ;
+ dpv:isInstanceOf dpv:Law .
+
+dpv-legal:US-NV-NPICICA a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-23"^^xsd:date ;
+ dct:creator "Jonathan Bowker"^^xsd:string ;
+ dct:temporal [ a time:ProperInterval ;
+ time:hasBeginning [ time:inXSDDate "2021-01-10"^^xsd:date ] ] ;
+ rdfs:isDefinedBy dpv-legal: ;
+ sw:term_status "accepted"@en ;
+ skos:prefLabel "Nevada Privacy of Information Collected on the Internet from Consumers Act (NPICICA)"@en ;
+ foaf:homepage "https://www.leg.state.nv.us/NRS/NRS-603A.html"^^xsd:anyURI ;
+ dpv:hasAuthority dpv-legal:DPA-US-NV ;
+ dpv:hasJurisdiction dpv-legal:US-NV ;
+ dpv:isInstanceOf dpv:Law .
+
dpv-legal:US-UT-UCPA a skos:Concept,
dpv:Concept ;
dct:created "2022-11-22"^^xsd:date ;
@@ -3563,6 +3619,32 @@ dpv-legal:US-UT-UCPA a skos:Concept,
dpv:hasJurisdiction dpv-legal:US-UT ;
dpv:isInstanceOf dpv:Law .
+dpv-legal:US-VA a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-03-30"^^xsd:date ;
+ dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ rdfs:isDefinedBy dpv-legal: ;
+ sw:term_status "accepted"@en ;
+ skos:broader dpv-legal:US ;
+ skos:prefLabel "Virginia"@en ;
+ dpv:hasLaw dpv-legal:US-VA-VCDPA ;
+ dpv:isInstanceOf dpv:Region ;
+ dpv:isSubTypeOf dpv-legal:US .
+
+dpv-legal:US-VA-VCDPA a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-11-23"^^xsd:date ;
+ dct:creator "Jonathan Bowker"^^xsd:string ;
+ dct:temporal [ a time:ProperInterval ;
+ time:hasBeginning [ time:inXSDDate "2023-01-01"^^xsd:date ] ] ;
+ rdfs:isDefinedBy dpv-legal: ;
+ sw:term_status "accepted"@en ;
+ skos:prefLabel "Virginia Consumer Data Protection Act (VCDPA)"@en ;
+ foaf:homepage "https://lis.virginia.gov/cgi-bin/legp604.exe?212+sum+HB2307"^^xsd:anyURI ;
+ dpv:hasAuthority dpv-legal:DPA-US-VC ;
+ dpv:hasJurisdiction dpv-legal:US-VA ;
+ dpv:isInstanceOf dpv:Law .
+
dpv-legal:UZ a skos:Concept,
dpv:Concept ;
dct:created "2022-03-30"^^xsd:date ;
@@ -5692,6 +5774,45 @@ dpv-legal:US-CA a skos:Concept,
dpv:isInstanceOf dpv:Region ;
dpv:isSubTypeOf dpv-legal:US .
+dpv-legal:US-CO a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-03-30"^^xsd:date ;
+ dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ rdfs:isDefinedBy dpv-legal: ;
+ sw:term_status "accepted"@en ;
+ skos:broader dpv-legal:US ;
+ skos:prefLabel "Colorado"@en ;
+ dpv:hasAuthority dpv-legal:DPA-US-CO ;
+ dpv:hasLaw dpv-legal:US-CO-CPA ;
+ dpv:isInstanceOf dpv:Region ;
+ dpv:isSubTypeOf dpv-legal:US .
+
+dpv-legal:US-CT a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-03-30"^^xsd:date ;
+ dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ rdfs:isDefinedBy dpv-legal: ;
+ sw:term_status "accepted"@en ;
+ skos:broader dpv-legal:US ;
+ skos:prefLabel "Connecticut"@en ;
+ dpv:hasAuthority dpv-legal:DPA-US-CT ;
+ dpv:hasLaw dpv-legal:US-CT-CTPA ;
+ dpv:isInstanceOf dpv:Region ;
+ dpv:isSubTypeOf dpv-legal:US .
+
+dpv-legal:US-NV a skos:Concept,
+ dpv:Concept ;
+ dct:created "2022-03-30"^^xsd:date ;
+ dct:creator "Harshvardhan J. Pandit"^^xsd:string ;
+ rdfs:isDefinedBy dpv-legal: ;
+ sw:term_status "accepted"@en ;
+ skos:broader dpv-legal:US ;
+ skos:prefLabel "Nevada"@en ;
+ dpv:hasAuthority dpv-legal:DPA-US-NV ;
+ dpv:hasLaw dpv-legal:US-NV-NPICICA ;
+ dpv:isInstanceOf dpv:Region ;
+ dpv:isSubTypeOf dpv-legal:US .
+
dpv-legal:US-UT a skos:Concept,
dpv:Concept ;
dct:created "2022-03-30"^^xsd:date ;
@@ -6459,7 +6580,7 @@ dpv-legal:GB a skos:Concept,
dpv-legal:NorthernEurope ;
skos:prefLabel "United Kingdom of Great Britain and Northern Ireland"@en ;
dpv:hasAuthority dpv-legal:DPA-GB ;
- dpv:hasLaw dpv-legal:GB-DPA-2018,
+ dpv:hasLaw dpv-legal:GB-DPA,
dpv-legal:GB-GDPR ;
dpv:isInstanceOf dpv:Country ;
dpv:isSubTypeOf dpv-legal:Europe,
diff --git a/dpv-legal/dpv-legal.rdf b/dpv-legal/dpv-legal.rdf
index df9a1f0c9..88a0f4cfd 100644
--- a/dpv-legal/dpv-legal.rdf
+++ b/dpv-legal/dpv-legal.rdf
@@ -12,9303 +12,9457 @@
xmlns:time="http://www.w3.org/2006/time#"
xmlns:vann="http://purl.org/vocab/vann/"
>
-
-
- accepted
-
- 2022-03-30
- California
+
+
+ Harshvardhan J. Pandit
+ accepted
+ 2022-03-30
- Harshvardhan J. Pandit
-
-
+ Montana
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Harshvardhan J. Pandit
+
+
+
2022-03-30
-
- accepted
+ VAT
+ Holy See
+
+ 336
+
- SouthernEurope
-
-
-
-
+ VA
accepted
- 2022-03-30
- Wyoming
-
-
-
-
+ 336
Harshvardhan J. Pandit
-
-
+
-
+
+
+
+
-
-
-
-
- Harshvardhan J. Pandit
-
-
-
- PRI
- 630
- 2022-03-30
- accepted
- 630
- Puerto Rico
- PR
-
-
+ BRB
Harshvardhan J. Pandit
+ accepted
- 2022-03-30
+
-
- accepted
-
- GTM
-
-
-
- 320
- 320
- GT
-
-
- Guatemala
-
-
- accepted
2022-03-30
-
-
-
-
- KEN
-
-
-
-
-
-
- 404
- 404
- Kenya
- Harshvardhan J. Pandit
- KE
+ Barbados
+ BB
+ 52
+ 52
-
-
+
+ 642
- Harshvardhan J. Pandit
+
+ RO
accepted
- 2022-03-30
+ 642
+
+
+
+
+
+
+
+
- CHE
-
+
-
-
- Switzerland
- CH
- 756
- 756
-
-
-
-
- https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf
- Julian Flake
Harshvardhan J. Pandit
- Landesdatenschutzgesetz (LDSG) (BW)
- State Data Protection Act (LDSG) (BW)
-
-
-
-
- accepted
+
2022-03-30
+ Romania
+ ROU
+
+
-
-
- Antigua and Barbuda
+
Harshvardhan J. Pandit
-
-
-
- ATG
- AG
+
2022-03-30
-
-
-
+ ZAF
+
+
+
+ 710
+ 710
+ ZA
+
+
+
+ South Africa
- accepted
- 28
- 28
+ accepted
-
-
-
-
- State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia
- Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen
+
+
accepted
- https://www.ldi.nrw.de/
-
2022-03-30
-
-
-
-
- Harshvardhan J. Pandit
- Julian Flake
-
-
+
+
-
-
-
- ALA
Harshvardhan J. Pandit
- accepted
- AX
- 2022-03-30
- Åland Islands
-
-
- 248
- 248
-
+ https://www.aepd.es/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- accepted
-
-
- General Data Protection Regulation (GDPR)
-
- 2022-03-30
-
- http://data.europa.eu/eli/reg/2016/679/oj
- Harshvardhan J. Pandit
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 258
- Harshvardhan J. Pandit
- accepted
-
- French Polynesia
- 2022-03-30
- PF
-
-
- 258
- PYF
-
-
-
-
-
- 70
- BIH
-
-
-
-
-
-
- BA
-
- Harshvardhan J. Pandit
- accepted
- 2022-03-30
-
- Bosnia and Herzegovina
- 70
-
-
- Harshvardhan J. Pandit
- accepted
- 2022-03-30
-
-
-
-
- 498
- 498
- MDA
-
-
- MD
- Republic of Moldova
-
-
-
-
-
-
-
-
-
-
-
- accepted
- 2022-03-30
- Democratic Republic of the Congo
- CD
-
-
-
- 180
- Harshvardhan J. Pandit
- COD
- 180
-
-
-
-
-
-
- Belgian Data Protection Authority
-
- https://www.dataprotectionauthority.be/
- 2022-03-30
- accepted
- Harshvardhan J. Pandit
-
-
-
- accepted
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 2022-03-30
-
-
-
- Harshvardhan J. Pandit
- European Union (EU)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- European Economic Area (EEA)
- accepted
- 2022-03-30
-
-
-
- Harshvardhan J. Pandit
-
-
-
-
- 2022-03-30
-
- Independent State Center for Data Protection Schleswig-Holstein
- Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein
-
-
-
- Harshvardhan J. Pandit
- Julian Flake
-
-
-
- https://www.datenschutzzentrum.de/
- accepted
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 2022-03-30
- Harshvardhan J. Pandit
-
- accepted
-
-
-
-
-
- European Union (EU-27)
-
-
-
-
-
- accepted
- 2022-03-30
-
- MF
-
-
-
- Saint Martin (French Part)
- 663
- 663
- MAF
-
-
-
- Harshvardhan J. Pandit
-
-
-
-
-
- 430
-
-
-
- 430
- Liberia
-
-
-
- Harshvardhan J. Pandit
- LR
- LBR
- accepted
- 2022-03-30
-
-
-
-
-
-
- The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen
- Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen
- accepted
- 2022-03-30
-
-
-
-
- Harshvardhan J. Pandit
- Julian Flake
- https://www.datenschutz.bremen.de/
-
+
+ Spanish Data Protection Agency (AEPD)
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ Harshvardhan J. Pandit
+
+ accepted
+ 2022-03-30
+
+ District of Columbia
+
+
+ Harshvardhan J. Pandit
+
+
+
+ Morocco
+ 2022-03-30
+
+
+ MA
+
+
+
+ MAR
+ accepted
+ 504
+ 504
+
+
+ GAB
+
+
+
+ Harshvardhan J. Pandit
+ accepted
+
+ 2022-03-30
+ Gabon
+ GA
+
+
+
+
+
+ 266
+ 266
+
+
+
+ 2022-03-30
+
+
+
+ KR
+
+
+ KOR
+
+
+
+ Republic of Korea
+ 410
+ 410
+ Harshvardhan J. Pandit
+ accepted
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Harshvardhan J. Pandit
+ accepted
+
+
+ 2022-03-30
+ SouthAmerica
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ accepted
+ European Economic Area (EEA-30)
+
+
+
+ 2022-03-30
+ Harshvardhan J. Pandit
+
+
+
+ 2022-03-30
+
+
+
+
+
+
+
+
+
+
+
+
+ EST
+ Estonia
+
+
+ 233
+ EE
+ 233
+ Harshvardhan J. Pandit
+ accepted
+
+
+
+
+
+
+
+
+ MNG
+
+ accepted
+ Harshvardhan J. Pandit
+
+
+
+ Mongolia
+ 2022-03-30
+ MN
+ 496
+ 496
+
+
+ 660
+ Harshvardhan J. Pandit
+ accepted
+ 660
+
+ AI
+
+
+
+
+
+
+ 2022-03-30
+
+
+
+ Anguilla
+ AIA
+
+
+
+
+
+
+
+ Saint Pierre and Miquelon
+ Harshvardhan J. Pandit
+
+ SPM
+ accepted
+ PM
+ 2022-03-30
+ 666
+
+
+ 666
+
+
+
+
+
+
+ 686
+
+
+ Harshvardhan J. Pandit
+ accepted
+
+
+
+
+ 2022-03-30
+ Senegal
+ SN
+ SEN
+ 686
+
+
+
+
+
+
+
+
+ 2022-03-30
+ Harshvardhan J. Pandit
+
+ accepted
+ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518
+ EU Adequacy Decision for Switzerland
+
+
+ 2022-03-30
+
+
+
+
+ accepted
+
+
+ Harshvardhan J. Pandit
+ Wisconsin
+
+
+
+
+
+
+
+ Harshvardhan J. Pandit
+ accepted
+ 2022-03-30
+ American Samoa
+
+
+
+
+
+ Greenland
+
+ 304
+ accepted
+ 304
+ Harshvardhan J. Pandit
-
+
+
+ 2022-03-30
+ GRL
+ GL
+
+
+
+
+
+
+
+ Italy
+ Harshvardhan J. Pandit
+ accepted
+
-
+
-
- 752
- SWE
- Harshvardhan J. Pandit
- 752
- accepted
+
+ ITA
+ 380
+ IT
2022-03-30
-
- SE
- Sweden
+
+ 380
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Harshvardhan J. Pandit
+
+
accepted
+
+ Harshvardhan J. Pandit
2022-03-30
+
+
-
- Asia
+ Utah
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+ accepted
+ 840
+ Harshvardhan J. Pandit
+
+
+
+ United States of America
+ 2022-03-30
+
+
+ 840
+ US
+ USA
+
+
+
+
+ https://www.lda.brandenburg.de/
-
- Julian Flake
+
+
+
Harshvardhan J. Pandit
-
- https://www.datenschutz-hamburg.de/
- The Hamburg Commissioner for Data Protection and Freedom of Information
- Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit
+ Julian Flake
+
accepted
-
+ The state representative for data protection and the right to inspect files in Brandenburg
+ Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg
+
2022-03-30
-
- accepted
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Harshvardhan J. Pandit
2022-03-30
-
-
+ NorthernEurope
+
- MiddleAfrica
-
- Harshvardhan J. Pandit
+ accepted
+
-
+
Harshvardhan J. Pandit
-
accepted
- Washington
-
+
+
+
+
+
+
+ 28
2022-03-30
-
+ 28
+ ATG
+ Antigua and Barbuda
+
+
+ AG
-
-
+
+
+
+ accepted
+ Harshvardhan J. Pandit
2022-03-30
+
+
+ Alaska
+
+
Harshvardhan J. Pandit
- Julian Flake
- Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)
- Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)
- accepted
-
-
+
+ http://www.datatilsynet.dk/
- https://www.transparenz.bremen.de/metainformationen/bremisches-ausfuehrungsgesetz-zur-eu-datenschutz-grundverordnung-bremdsgvoag-vom-8-mai-2018-116884?template=20_gp_ifg_meta_detail_d
-
-
-
-
-
- accepted
- United States Minor Outlying Islands
-
- Harshvardhan J. Pandit
-
+ Danish Data Protection Agency
+
+ accepted
2022-03-30
+
-
- KH
-
-
-
-
-
-
-
- KHM
- Cambodia
- Harshvardhan J. Pandit
- 2022-03-30
+
+ United States Minor Outlying Islands
+ 581
- 116
accepted
- 116
-
-
-
- 2022-03-30
-
+
+
+ UM
Harshvardhan J. Pandit
-
-
- The ISO-Alpha2 code for a given region
- accepted
- ISO-alpha2
-
+ 581
-
-
+ 2022-03-30
+
+
+ UMI
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
Harshvardhan J. Pandit
-
accepted
+
+ Americas
2022-03-30
- Oceania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ United Republic of Tanzania
+ 2022-03-30
+
+
+
+
- European Union (EU-28)
-
- accepted
- 2022-03-30
+ 834
-
+ 834
+ TZA
Harshvardhan J. Pandit
-
-
accepted
- 2022-03-30
-
-
-
- BLZ
-
-
-
+ TZ
+
+
+
+ DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities.
+ Harshvardhan J. Pandit
+ Julian Flake
+ 2022-04-02
+ 2022-10-06
+ Harshvardhan J. Pandit
+ DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities.
+
+ DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV
+ dpv-legal
+ https://w3id.org/dpv/dpv-legal#
+
+ 0.8.2
+
+
+ 703
+ 703
- Belize
- 84
-
- 84
+ Slovakia
- BZ
- Harshvardhan J. Pandit
-
-
+
+
+ SK
+
+
+
+
+
+
+
+
+ accepted
Harshvardhan J. Pandit
- Julian Flake
-
-
-
- https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf
-
- accepted
2022-03-30
- Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)
- Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)
-
+ SVK
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 840
+
+ Grenada
+
-
- 840
- United States of America
+
+ GRD
+ GD
+
+
+
+
- USA
-
-
-
- Harshvardhan J. Pandit
accepted
-
+ 308
+ Harshvardhan J. Pandit
+ 308
+
2022-03-30
- US
-
-
-
- Bahrain
- BHR
+
+
+
+
+ CYM
+ Cayman Islands
+
+
+
+
-
-
-
+ 136
Harshvardhan J. Pandit
- 48
- BH
accepted
+ 136
2022-03-30
-
- 48
+
+ KY
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- SubSaharanAfrica
-
- accepted
+
2022-03-30
-
-
+
+
-
+
Harshvardhan J. Pandit
+ accepted
+
+ Nebraska
-
+
+ PN
+ 612
+ 612
+
+
+ Pitcairn
+ PCN
+
Harshvardhan J. Pandit
-
- Hellenic Data Protection Authority
- 2022-03-30
-
accepted
- http://dpa.gr
-
+
+
+ 2022-03-30
-
-
-
+
+
+
+ NIU
- EU Adequacy Decision for Uruguay
+
+ accepted
+ Harshvardhan J. Pandit
+ NU
+
+
2022-03-30
+ 570
+ 570
+ Niue
+
+
+
+
+
+
+
+
+
+ 388
+ 388
+
+
accepted
-
Harshvardhan J. Pandit
-
- https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484
+ 2022-03-30
+
+ JM
+ JAM
+ Jamaica
-
- BGR
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ 480
+ 480
+
+
+
+
+ accepted
+ MU
+ Mauritius
- BG
- 100
Harshvardhan J. Pandit
- accepted
2022-03-30
- 100
-
- Bulgaria
-
-
+ MUS
-
- SDN
-
-
+
+
+ Harshvardhan J. Pandit
accepted
+
+
+
+ Bhutan
2022-03-30
-
- 729
- SD
+ BTN
+
+
+ BT
+ 64
+ 64
-
-
-
- Harshvardhan J. Pandit
- Sudan
- 729
-
+
2022-03-30
+
+ Indiana
+
- Julian Flake
- Harshvardhan J. Pandit
-
- https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen
- Thuringian Data Protection Act (ThürDSG)
- Thüringer Datenschutzgesetz (ThürDSG)
+
accepted
-
+ Harshvardhan J. Pandit
-
-
+
+
+ TJ
2022-03-30
- accepted
-
-
-
-
-
-
-
- 260
- 260
- TF
+ 762
+
+
+ 762
+
+
-
- ATF
- French Southern Territories
+
+ TJK
+ Tajikistan
Harshvardhan J. Pandit
+ accepted
-
-
- Nevada
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
accepted
2022-03-30
-
-
-
-
Harshvardhan J. Pandit
-
-
+ European Economic Area (EEA-31)
+
- Harshvardhan J. Pandit
-
-
-
- 2022-03-30
- accepted
- Puerto Rico
+
-
- 360
-
-
-
-
-
-
+
+ MAF
+ accepted
+
+
+
+
+
+
+
Harshvardhan J. Pandit
- accepted
+ 663
+ MF
2022-03-30
+ 663
+ Saint Martin (French Part)
+
+
- ID
- Indonesia
- IDN
-
- 360
-
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
- Germany
- Harshvardhan J. Pandit
- 2022-03-30
-
-
-
- accepted
+
+
+
+
DE
- DEU
- 276
+
+
276
-
-
-
-
-
- Harshvardhan J. Pandit
- 642
- ROU
- accepted
2022-03-30
-
- Romania
-
-
-
+ DEU
+
+
+
-
-
-
- RO
- 642
+
+ Germany
+
+ Harshvardhan J. Pandit
+ accepted
+ 276
-
+
+
-
- Harshvardhan J. Pandit
- 492
- 2022-03-30
-
- Monaco
- accepted
-
-
- MC
-
-
+
+ MYS
+
+
+ MY
- 492
-
- MCO
-
-
- BMU
- Harshvardhan J. Pandit
- BM
accepted
+
+ Harshvardhan J. Pandit
+
+
+ 458
+ Malaysia
+ 458
2022-03-30
-
+
+
- Bermuda
-
-
- 60
-
+
+
+
+
-
- 60
-
-
-
-
-
-
-
-
-
-
- Harshvardhan J. Pandit
+
+ 780
+ 780
accepted
- 2022-03-30
+ Trinidad and Tobago
+ TTO
- Seychelles
- 690
- 690
- SC
- SYC
-
-
-
-
- 2022-03-30
- http://data.europa.eu/eli/dec_impl/2019/419/oj
Harshvardhan J. Pandit
-
-
-
-
- accepted
- EU Adequacy Decision for Japan
+ 2022-03-30
+ TT
-
- Bavaria
+
+ 2022-03-30
+
+
+
+
+
+
-
-
- Harshvardhan J. Pandit
-
accepted
- 2022-03-30
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ Sark
+ Harshvardhan J. Pandit
-
- Hamburg
-
+
+
+
+
+
+
+
+
+
+
+
+ 440
+ 440
+ Lithuania
+ LT
+
+ accepted
Harshvardhan J. Pandit
-
- accepted
-
2022-03-30
-
+ LTU
-
-
+
-
- GW
- Harshvardhan J. Pandit
- GNB
-
-
-
- Guinea-Bissau
+
+
+
+
+
accepted
- 624
-
-
-
-
+ New York
+ Harshvardhan J. Pandit
+
2022-03-30
- 624
+
+
+
+
+
+
+ 2022-03-30
+
+ ChannelIslands
+
+
+
-
+ Harshvardhan J. Pandit
+ accepted
-
-
-
-
- United Republic of Tanzania
- TZ
-
-
-
+
+ Julian Flake
+ Harshvardhan J. Pandit
+ accepted
+
+
+
+ 2022-03-30
+ Berliner Beauftragte für Datenschutz und Informationsfreiheit
+ Berlin Commissioner for Data Protection and Freedom of Information
+ https://www.datenschutz-berlin.de/
+
- TZA
+
+
+
+
+ 760
+ SY
+
+
+
+ accepted
- 834
Harshvardhan J. Pandit
- 834
+
+
+ 2022-03-30
+ Syrian Arab Republic
+
+
+ 760
+ SYR
+
+
accepted
+ Harshvardhan J. Pandit
+ CM
+
+
+
+
+
+
+
2022-03-30
+ 120
+ CMR
+ Cameroon
+
+
+ 120
-
+
Harshvardhan J. Pandit
- DMA
+ 474
accepted
-
-
+
+ 474
+ Martinique
+
+
+
+
- 212
-
-
-
2022-03-30
- Dominica
-
+ MQ
+
- DM
-
- 212
+
+ MTQ
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- Harshvardhan J. Pandit
accepted
-
+ Baden-Württemberg
+ Harshvardhan J. Pandit
2022-03-30
- SouthernAsia
+
+
+
+
+
-
- CC
-
-
- 166
+
+
+ accepted
- 166
Harshvardhan J. Pandit
- accepted
2022-03-30
-
- CCK
-
-
-
-
- Cocos (Keeling) Islands
-
-
-
-
-
-
+ New Mexico
- accepted
- 2022-03-30
- Pennsylvania
-
-
- Harshvardhan J. Pandit
-
- 670
-
-
-
- 670
+
+
+
+
+ 2022-03-30
+ Harshvardhan J. Pandit
+
+ The Federal Commissioner for Data Protection and Freedom of Information
+
+
+
+ http://www.bfdi.bund.de/
+ accepted
+
+
+ 434
+ 434
+ LBY
+
+
+ LY
+
+ accepted
+ Libya
-
-
-
- VCT
+
+
Harshvardhan J. Pandit
- Saint Vincent and the Grenadines
- accepted
2022-03-30
-
- VC
-
-
-
-
-
-
-
-
-
- CentralAmerica
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ WesternAsia
+
-
Harshvardhan J. Pandit
-
accepted
+
+
2022-03-30
-
-
-
-
-
- accepted
-
+
- 2022-03-30
-
Harshvardhan J. Pandit
-
- EU Adequacy Decision for Jersey
- https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393
-
-
- https://tietosuoja.fi/
-
+ Julian Flake
accepted
-
+ Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)
+ North Rhine-Westphalia Data Protection Act (DSG NRW)
2022-03-30
-
- Office of the Data Protection Ombudsman
+
+
+
+ https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275
+
+
+
+
+
+
+ 232
+ ERI
+ ER
+
+
+
- Harshvardhan J. Pandit
-
-
-
- 620
- 620
-
-
+ Eritrea
Harshvardhan J. Pandit
-
-
-
-
-
-
-
-
- PT
- Portugal
- PRT
+
accepted
2022-03-30
-
-
-
-
-
+ 232
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
2022-03-30
+
+
+ 356
+ 356
+ India
- GH
-
-
-
- accepted
-
-
-
-
-
- GHA
-
- 288
- Harshvardhan J. Pandit
- Ghana
- 288
-
-
+
-
-
+
Harshvardhan J. Pandit
- 2022-03-30
-
- SY
-
-
- SYR
accepted
- Syrian Arab Republic
- 760
- 760
+ IND
+ IN
-
- 208
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2022-03-30
+
+
Harshvardhan J. Pandit
- 208
+
+
+
+ European Union (EU-28)
accepted
+
+
- DK
+
+
+
+ accepted
+
+
+
+ Harshvardhan J. Pandit
+
2022-03-30
- DNK
- Denmark
+ Réunion
+ RE
+ REU
+ 638
-
+ 638
+
+
+ 2022-03-30
+ 620
-
-
+
+
+
+
+ Portugal
-
+
-
-
-
-
-
-
-
-
-
-
-
- Harshvardhan J. Pandit
- MP
- 580
-
-
+
+
+
+
+
accepted
- 2022-03-30
- 580
- Northern Mariana Islands
-
-
- MNP
+ PRT
+ Harshvardhan J. Pandit
+ 620
+ PT
+
+
-
- 90
-
-
+
accepted
+
+
+ 732
2022-03-30
+ EH
+ 732
+ Western Sahara
+
+
- SLB
-
-
- SB
-
-
+ ESH
- Harshvardhan J. Pandit
- Solomon Islands
- 90
-
-
- accepted
- Saarländisches Datenschutzgesetz
- Saarland Data Protection Act
- 2022-03-30
- Julian Flake
Harshvardhan J. Pandit
- https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ Montserrat
+ 500
- 398
+ accepted
-
-
+ MSR
+ MS
Harshvardhan J. Pandit
+ 500
2022-03-30
-
- accepted
- Kazakhstan
- KAZ
- 398
- KZ
-
- ZWE
+
+
+
+
+ Guadeloupe
+
+
+ GP
+
+
+
+ GLP
+
+
+
+
+ 312
Harshvardhan J. Pandit
accepted
+
2022-03-30
-
-
-
-
- 716
- Zimbabwe
- 716
-
-
-
-
+ 312
+
+
+ ISO-alpha3
+ The ISO-Alpha3 code for a given region
+
+ 2022-03-30
+
+
+
- ZW
+
+ Harshvardhan J. Pandit
+
+ accepted
-
- Libya
- Harshvardhan J. Pandit
-
-
-
-
-
+
+
accepted
+ Georgia
+
+ Harshvardhan J. Pandit
2022-03-30
- 434
- 434
- LBY
+
+
-
- LY
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ Austrian Data Protection Authority
+ https://dsb.gv.at
+
- LatinAmericaandtheCaribbean
+
Harshvardhan J. Pandit
-
+
+ accepted
+ 2022-03-30
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ European Union (EU)
accepted
+
2022-03-30
-
-
-
-
-
-
- 2022-03-30
- Die Landesbeauftragte für den Datenschutz Niedersachsen
- The State Commissioner for Data Protection Lower Saxony
- Harshvardhan J. Pandit
- Julian Flake
-
-
-
-
- https://www.lfd.niedersachsen.de/
- accepted
-
-
- 608
Harshvardhan J. Pandit
- PH
- 608
-
- 2022-03-30
- accepted
-
-
-
-
- Philippines
-
- PHL
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- accepted
- 2022-03-30
- Africa
-
+
+ Information Commissioner of the Republic of Slovenia
+
Harshvardhan J. Pandit
+
+ accepted
+ 2022-03-30
+
+
+ https://www.ip-rs.si/
-
- IE
-
-
-
+
+ AUT
+ AT
+
+
+
+
-
-
-
-
+
+
+
-
+
+ 40
+ 40
Harshvardhan J. Pandit
accepted
-
- 372
- IRL
- 372
+
2022-03-30
- Ireland
+ Austria
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- accepted
+
+
2022-03-30
- Americas
+ Data Protection Commission
+ Harshvardhan J. Pandit
+ https://www.garanteprivacy.it/
+
+ accepted
+
+
-
-
- Harshvardhan J. Pandit
-
- UY
-
-
-
+
+
+
+ 2022-03-30
+ https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002
+
+
+
accepted
-
- 858
-
-
-
- 858
- Uruguay
+ Harshvardhan J. Pandit
+
+ EU Adequacy Decision for Canada (commercial organisations)
+
+
+
+ 248
+ AX
+ ALA
+ Åland Islands
+
+
-
- URY
+
Harshvardhan J. Pandit
+
+
+ accepted
+
+ 248
2022-03-30
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- MYT
-
- Mayotte
Harshvardhan J. Pandit
- YT
+
+
accepted
2022-03-30
-
- 175
- 175
+ SubSaharanAfrica
+
-
- Austrian Data Protection Authority
- https://dsb.gv.at
+
+ Bremen
accepted
Harshvardhan J. Pandit
-
+
+ 2022-03-30
+
+
-
- 2022-03-30
+
+
+
-
- 242
-
-
-
-
- 242
+
+
+ Bavaria
- Fiji
+
Harshvardhan J. Pandit
accepted
+
2022-03-30
-
- FJ
- FJI
-
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
-
- 2022-03-30
- MR
- accepted
- 478
- MRT
- 478
- Mauritania
-
-
-
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
accepted
+ http://data.europa.eu/eli/reg/2016/679/oj
2022-03-30
-
-
- 438
-
-
- 438
-
-
-
- LI
-
+ General Data Protection Regulation (GDPR)
Harshvardhan J. Pandit
- Liechtenstein
- LIE
-
-
- 2022-03-30
- BW
-
-
-
-
-
-
- Botswana
- 72
+
+
- BWA
- 72
-
- Harshvardhan J. Pandit
-
- accepted
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Harshvardhan J. Pandit
-
+ LV
+
+
accepted
+
2022-03-30
- EasternAsia
-
+ 428
+ Latvia
+ 428
+ LVA
-
+
+
-
-
-
- EC
- 218
-
-
-
-
-
-
- 218
- Harshvardhan J. Pandit
+
accepted
- 2022-03-30
-
- ECU
- Ecuador
-
-
-
Harshvardhan J. Pandit
-
-
- Kiribati
-
-
-
+
+
+
2022-03-30
- 296
- accepted
- 296
+ 332
+ 332
+ HTI
+ Haiti
+ HT
+
+
+
- KIR
- KI
+
-
- IN
- India
-
-
-
-
-
-
-
- 356
- 356
-
- Harshvardhan J. Pandit
- IND
+
+
+
+
+
+
+
accepted
+ Harshvardhan J. Pandit
+
+
+
2022-03-30
-
-
+ Faroe Islands
+ FRO
+ 234
+
+
+ 234
-
-
-
-
-
-
-
-
-
-
-
-
- EasternEurope
- Harshvardhan J. Pandit
-
- 2022-03-30
- accepted
-
+ FO
+
-
-
-
- SJ
+
+ MT
- Svalbard and Jan Mayen Islands
-
-
- Harshvardhan J. Pandit
+
+
+
+
+
+
+
accepted
- 2022-03-30
- 744
- 744
- SJM
-
-
- 704
-
-
-
-
-
-
-
Harshvardhan J. Pandit
- Viet Nam
- VNM
- accepted
+
2022-03-30
-
- VN
- 704
+ 470
+
+
+ 470
+ MLT
+ Malta
+
+
-
- accepted
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
2022-03-30
-
-
-
- Dominican Republic
-
-
-
+ Asia
+
- DOM
-
Harshvardhan J. Pandit
-
- DO
- 214
- 214
+ accepted
+
-
+
+
+
+
Harshvardhan J. Pandit
-
- VGB
-
-
-
-
-
-
-
- 92
+ CV
2022-03-30
- accepted
- 92
- British Virgin Islands
+ 132
+
+
+
+ CPV
+ 132
+ Cabo Verde
+
- VG
-
-
-
-
-
- Harshvardhan J. Pandit
-
-
-
accepted
- 2022-03-30
- Louisiana
-
-
-
-
-
-
-
-
-
-
- 56
- BE
-
-
-
-
- Harshvardhan J. Pandit
- accepted
- 2022-03-30
-
- 56
- BEL
- Belgium
-
-
-
- 332
- 332
-
-
-
- HTI
-
+
+ IS
+
+ 352
+
+
+
+ 352
-
-
-
- HT
Harshvardhan J. Pandit
-
+
+
accepted
- Haiti
+ Iceland
2022-03-30
+ ISL
-
-
-
- https://www.cnil.fr/
- accepted
- 2022-03-30
-
+
- Harshvardhan J. Pandit
- National Commission on Informatics and Liberty (CNIL)
+ Information Commissioner's Office
+
+
+
-
-
-
-
- https://www.cpdp.bg/
-
accepted
-
- 2022-03-30
Harshvardhan J. Pandit
+ https://ico.org.uk/
+ 2022-07-20
-
- Commission for Personal Data Protection
-
+
- Harshvardhan J. Pandit
-
-
+ LSO
+
+
+
+
accepted
- 2022-03-30
- Bremen
+ Harshvardhan J. Pandit
-
-
-
-
-
-
-
-
-
-
-
+ 2022-03-30
+ LS
+
+
+
+ Lesotho
+ 426
+ 426
-
- Personal Data Protection Office
+
+
+
+ LIE
+ 2022-03-30
+
+
+ Liechtenstein
- Harshvardhan J. Pandit
-
-
-
+ 438
+ 438
+
accepted
- 2022-03-30
+ LI
+ Harshvardhan J. Pandit
- https://uodo.gov.pl/
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ Harshvardhan J. Pandit
+
+
+
accepted
- 2022-03-30
+ EU Adequacy Decision for Andorra
+
+ 2022-03-30
+ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?
+
+
+
+
+ 2022-03-30
+ 626
+ 626
+
+
+ TL
+
+ TLS
+ Timor-Leste
+
Harshvardhan J. Pandit
-
- European Economic Area (EEA-30)
+
+ accepted
-
-
-
+
+ Harshvardhan J. Pandit
+
+
+
+
+
+ EU Adequacy Decision for Argentina
accepted
- 410
- KR
- 410
- Republic of Korea
-
-
- KOR
-
+ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490
-
- Harshvardhan J. Pandit
+
2022-03-30
-
-
- Tonga
+
Harshvardhan J. Pandit
- TO
+
2022-03-30
+
+ Illinois
+
+
+
+
+ accepted
+
+
accepted
+ 818
+ EGY
+
+
+ 2022-03-30
+ EG
+ 818
+
+
+ Egypt
+
+
+ Harshvardhan J. Pandit
+
+
+
+ AustraliaandNewZealand
+
+
+
+
+
+
+
-
- TON
-
-
- 776
- 776
+ accepted
+ Harshvardhan J. Pandit
+ 2022-03-30
+
-
+
+ Rhineland-Palatinate
+ 2022-03-30
+
+
- Data Protection Commission
Harshvardhan J. Pandit
-
- https://www.garanteprivacy.it/
+ accepted
+
+
+
+
+
+
+
+
+
+ 728
+
+ 728
accepted
+
+
+
+ Harshvardhan J. Pandit
2022-03-30
-
+ SS
+ South Sudan
+
+
+ SSD
-
- Harshvardhan J. Pandit
-
+
+ Croatia
+ 2022-03-30
+
+
+
+ HR
-
+
+
-
- 428
-
- 428
- Latvia
+
+ Harshvardhan J. Pandit
accepted
- LVA
- 2022-03-30
+
+ HRV
+ 191
-
+
+ 191
+
+
+
+
- LV
+
-
-
+ Harshvardhan J. Pandit
+ accepted
+ 2022-03-30
+ Hawaii
+
+
-
- Madagascar
- MDG
-
-
-
+
+
+
+
-
-
-
-
Harshvardhan J. Pandit
+ accepted
2022-03-30
+
+
+
+
+ GT
+ Guatemala
+ GTM
+
+ 320
+ 320
+
+
+
+
+
+
+
+
+ MHL
+ Marshall Islands
- MG
accepted
- 450
- 450
+
+ Harshvardhan J. Pandit
+ 2022-03-30
+ 584
+ 584
+ MH
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 2022-03-30
+
+
+
+ Massachusetts
+
+ Harshvardhan J. Pandit
+ accepted
+
+
+
+ UGA
+ 800
+
+
+
+
+
+
+
- 2022-03-30
-
-
+
+ UG
accepted
+ 2022-03-30
Harshvardhan J. Pandit
-
- European Economic Area (EEA-31)
+ 800
+ Uganda
-
-
+
+
- accepted
-
- Paraguay
- PRY
+ Bolivia (Plurinational State of)
+ 68
- 2022-03-30
- 600
- 600
- PY
-
+ 68
+ BO
+ BOL
+
+ accepted
Harshvardhan J. Pandit
-
-
- Djibouti
-
-
-
-
-
-
-
-
- DJI
- Harshvardhan J. Pandit
- accepted
2022-03-30
-
- DJ
- 262
- 262
-
-
+
+ DNK
+ 208
-
- https://www.legislation.gov.uk/ukpga/2018/12/contents
-
- 2022-10-14
-
-
- modified
- Data Protection Act (DPA)
+
+ DK
+ 208
+
+
+
+
+
+
+
+
+
+ accepted
Harshvardhan J. Pandit
- 2022-07-20
+
+
+
+ Denmark
+ 2022-03-30
+
+
-
+
+
+
+
+
+
+
+
+
+
- Data State Inspectorate
-
accepted
- http://www.dvi.gov.lv/
- 2022-03-30
-
Harshvardhan J. Pandit
+ 2022-03-30
-
+ ESP
+ 724
+
+
+ 724
+ Spain
+ ES
+
+
-
- Gabon
-
-
- 266
+
- 266
- Harshvardhan J. Pandit
-
-
-
- GAB
-
-
-
+ Guam
accepted
+
+
+
+
2022-03-30
+ GUM
+ 316
+
+
- GA
+ 316
+ GU
+ Harshvardhan J. Pandit
-
+
+ United Arab Emirates
+ accepted
+ 784
+ ARE
-
-
- CYP
-
-
-
-
-
-
-
-
-
+
+ 784
Harshvardhan J. Pandit
- Cyprus
2022-03-30
+
+
+ AE
+
+
- 196
- CY
- accepted
- 196
-
-
- Caribbean
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Harshvardhan J. Pandit
+
+
accepted
2022-03-30
-
-
-
-
-
+
+
-
-
+ Harshvardhan J. Pandit
+ National Supervisory Authority for Personal Data Processing
- Saxony
+ http://www.dataprotection.ro/
+
+
+ accepted
+ TON
-
Harshvardhan J. Pandit
-
- 2022-03-30
-
- accepted
-
-
-
-
-
-
-
-
-
-
-
-
-
- BFA
+
+
2022-03-30
- accepted
- Burkina Faso
+ 776
+ 776
+ Tonga
+
+
+ TO
-
- BF
- 854
- 854
- Harshvardhan J. Pandit
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Harshvardhan J. Pandit
+
accepted
+
+
+
+
+
+
+
+ Harshvardhan J. Pandit
+ PA
2022-03-30
-
-
- WesternAfrica
-
+ PAN
+ 591
+ Panama
+
+ 591
-
+
+
+
+ SA
+
+
+
+ Saudi Arabia
+
+
+ SAU
accepted
+ Harshvardhan J. Pandit
+ 682
+ 682
2022-03-30
- Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz
- The state commissioner for data protection and freedom of information in Rhineland-Palatinate
-
+
+
+ SR
+
+
+
+
+
+
+
+ SUR
+ Suriname
Harshvardhan J. Pandit
-
-
- https://www.datenschutz.rlp.de/
-
-
-
+ 740
+ accepted
+
+ 740
+ 2022-03-30
-
-
-
-
- 204
+
+
+ URY
Harshvardhan J. Pandit
- 204
- Benin
-
-
-
accepted
+
+
+
+
+
+
2022-03-30
+ UY
+ 858
+ 858
+ Uruguay
- BJ
-
- BEN
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
- Harshvardhan J. Pandit
-
+
2022-03-30
- accepted
- Europe
-
-
-
-
Harshvardhan J. Pandit
- Dutch Data Protection Authority
- https://autoriteitpersoonsgegevens.nl
- 2022-03-30
-
-
+ European Union (EU-27)
accepted
+
+
-
-
-
-
-
+
-
- Tuvalu
+
+
+ Julian Flake
Harshvardhan J. Pandit
+
accepted
2022-03-30
-
- 798
- 798
-
-
- TV
- TUV
-
-
-
-
- accepted
-
- 2022-03-30
-
- Harshvardhan J. Pandit
-
-
+
+
+
+ Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern
+ The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania
+ https://www.datenschutz-mv.de/
- https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821
- EU Adequacy Decision for Guernsey
-
- Honduras
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
- Harshvardhan J. Pandit
- HND
- 340
- 340
accepted
+ Harshvardhan J. Pandit
+
2022-03-30
-
- HN
+
+ EasternEurope
+
+
-
+
+
+
- 418
-
-
- LAO
-
-
- LA
-
- Lao People's Democratic Republic
- Harshvardhan J. Pandit
- 418
accepted
+ Harshvardhan J. Pandit
+ LU
+
+
+
+
+
+
+
+
+
2022-03-30
+ Luxembourg
+ LUX
+ 442
+ 442
+
+
-
-
+
+ Schleswig-Holstein
-
-
-
-
- COG
+
Harshvardhan J. Pandit
-
-
-
-
- 178
- 178
- Congo
+
+
accepted
2022-03-30
- CG
+
+
+
+
+
+
-
-
+
+
+
+ 2022-03-30
+ IL
-
- Kansas
+
+
+
+
+ Israel
Harshvardhan J. Pandit
-
-
accepted
- 2022-03-30
+ ISR
+ 376
+ 376
-
- 2022-03-30
-
- accepted
+
+ 70
+ Bosnia and Herzegovina
Harshvardhan J. Pandit
+ accepted
-
-
+
+
+ 2022-03-30
+ BIH
+ BA
+ 70
- https://idpc.org.mt
- Office of the Information and Data Protection Commissioner
+
+
+
-
-
+
-
-
-
- Somalia
- SO
-
-
-
-
+
+ Belize
+ 84
+
+ 84
Harshvardhan J. Pandit
accepted
- 2022-03-30
-
- 706
- 706
- SOM
-
-
-
- Harshvardhan J. Pandit
-
-
+
+
- Cayman Islands
- accepted
+ BLZ
2022-03-30
- 136
- KY
- 136
+ BZ
+
+
+ 2022-03-30
+ 729
+
+
+ 729
+ SD
+
+
+
+ Sudan
+ accepted
+
+ SDN
+
+
+ Harshvardhan J. Pandit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- CYM
-
-
-
-
- SI
-
-
-
-
-
-
-
-
-
-
-
- Harshvardhan J. Pandit
- Slovenia
-
- 705
- accepted
- 2022-03-30
- 705
- SVN
-
-
-
-
- Tennessee
Harshvardhan J. Pandit
-
-
-
- accepted
- 2022-03-30
-
-
-
-
-
- Harshvardhan J. Pandit
-
accepted
+ Africa
2022-03-30
- Lower-Saxony
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ 24
+
+
+
- Office for Personal Data Protection
- https://www.uoou.cz/
-
+
+ 24
+ Angola
+
accepted
-
- 2022-03-30
+ AO
Harshvardhan J. Pandit
-
-
-
- https://www.datenschutz-berlin.de/
-
-
-
-
- Julian Flake
- Harshvardhan J. Pandit
- Berlin Commissioner for Data Protection and Freedom of Information
- Berliner Beauftragte für Datenschutz und Informationsfreiheit
-
-
-
+ AGO
2022-03-30
- accepted
-
-
- GF
+
+ 74
+
-
+ Bouvet Island
+
+
- 2022-03-30
+ BV
accepted
- 254
- 254
-
-
- French Guiana
-
- GUF
- Harshvardhan J. Pandit
-
-
- PG
-
-
-
- Papua New Guinea
- PNG
- 598
Harshvardhan J. Pandit
- 598
- accepted
-
2022-03-30
-
-
-
-
-
-
- 2022-03-30
-
-
-
-
-
-
-
-
- ITA
-
-
-
-
- 380
- Harshvardhan J. Pandit
- Italy
- 380
- accepted
-
- IT
-
-
+ BVT
+ 74
-
- 86
-
-
-
- 86
-
-
-
-
-
-
- British Indian Ocean Territory
- IOT
+
+
Harshvardhan J. Pandit
+ Julian Flake
+ Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)
+ Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)
accepted
2022-03-30
-
- IO
+
+
+
+
+ https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf
+
-
+
+ British Virgin Islands
+
-
- accepted
- 2022-03-30
-
- LCA
- Saint Lucia
+ VG
+ VGB
- LC
- 662
+
- 662
-
Harshvardhan J. Pandit
-
-
accepted
- Chile
- 152
- 152
- CL
-
-
-
-
-
-
-
-
- CHL
- Harshvardhan J. Pandit
-
+ 92
2022-03-30
+ 92
-
- 2022-07-20
-
+
+ RS
+
+
+
- Harshvardhan J. Pandit
-
-
- 2022-10-14
-
- General Data Protection Regulation (GDPR)
-
- modified
- https://www.legislation.gov.uk/eur/2016/679/contents
-
-
-
- ER
- 232
-
-
-
-
-
-
-
+ SRB
+ Serbia
+ 688
Harshvardhan J. Pandit
-
- ERI
accepted
+
+ 688
+
+
2022-03-30
- Eritrea
- 232
-
- Kuwait
-
-
- 414
-
-
-
-
-
+
Harshvardhan J. Pandit
- 414
+ Tokelau
accepted
+
+
+
2022-03-30
+
+
+
+
- KWT
- KW
+ 772
+ TKL
+ 772
+ TK
-
- Sao Tome and Principe
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
2022-03-30
-
-
-
- STP
-
-
-
- ST
+ Oceania
-
- 678
- 678
- Harshvardhan J. Pandit
+
accepted
-
-
-
Harshvardhan J. Pandit
- Julian Flake
-
- Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit
- Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information
-
+
+
+ GRC
+
+
+ GR
+ 300
+ 300
+
- https://www.datenschutz.saarland.de/
-
-
-
+
+
+
+
+
+
+
+
accepted
+ Greece
+ Harshvardhan J. Pandit
+
2022-03-30
+
+
-
- 2022-03-30
-
-
-
-
+
+ 214
accepted
+
+
-
- BHS
- BS
- 44
- 44
+ 214
+
+
+
+ Harshvardhan J. Pandit
+ 2022-03-30
+ DO
+ DOM
+ Dominican Republic
-
- Bahamas
- Harshvardhan J. Pandit
+
-
-
-
-
- Harshvardhan J. Pandit
+
+
+ United States Minor Outlying Islands
+ accepted
+ Harshvardhan J. Pandit
+
2022-03-30
- Missouri
-
- accepted
-
-
- 2020-02-01
-
-
- 275
- PS
+
+
+
+ accepted
-
-
- State of Palestine
-
-
+
+
+
+
+
+
Harshvardhan J. Pandit
- PSE
- accepted
+ 534
+ 534
2022-03-30
-
- 275
-
-
-
-
-
+ SXM
+ SX
+ Sint Maarten (Dutch part)
- CF
-
- Central African Republic
-
-
-
- 140
+
+
+ French Guiana
+ 254
+ 254
+
+
+
+
+
+
+
+
+
+ GF
Harshvardhan J. Pandit
accepted
+
+ GUF
2022-03-30
-
- 140
- CAF
-
+
+
+
-
+ Eswatini
2022-03-30
- accepted
-
-
- 818
+
+
+ SWZ
- 818
- Egypt
+ SZ
+ 748
+
+ 748
- EG
- Harshvardhan J. Pandit
- EGY
-
-
Harshvardhan J. Pandit
- 231
accepted
- 2022-03-30
- 231
+
+
-
- Ethiopia
- ET
+
+
-
- ETH
-
+ 466
+ 466
-
+
+ MLI
+ Mali
+ accepted
+
+ Harshvardhan J. Pandit
+ ML
+ 2022-03-30
- GBR
+ Harshvardhan J. Pandit
+
+
2022-03-30
- accepted
+ GBR
+ 826
+ 826
United Kingdom of Great Britain and Northern Ireland
-
-
-
-
- GB
-
-
- 826
- 826
- Harshvardhan J. Pandit
-
-
-
-
-
-
+
- Finland
- 246
-
-
-
-
-
-
-
-
-
- Harshvardhan J. Pandit
- 2022-03-30
+ GB
- FIN
- FI
accepted
- 246
-
-
-
-
+
+
+
+
-
+
+
+
+
-
- Harshvardhan J. Pandit
-
-
- Hesse
-
accepted
+ Harshvardhan J. Pandit
+
+
+ Kazakhstan
+
2022-03-30
-
-
-
-
+ 398
+ 398
+ KZ
+ KAZ
-
+
+ 60
+ accepted
+ BM
+
+
- New Caledonia
-
-
- NC
Harshvardhan J. Pandit
- accepted
2022-03-30
-
-
-
- 540
-
-
- 540
- NCL
-
-
- 586
- 586
- accepted
- PAK
- Pakistan
- PK
-
-
+ Bermuda
+
+
+ BMU
-
-
-
- Harshvardhan J. Pandit
+ 60
- 2022-03-30
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RWA
- Harshvardhan J. Pandit
- Rwanda
-
-
-
+
+ California Privacy Rights Act (CPRA)
accepted
2022-03-30
-
- RW
-
-
- 646
+ Harshvardhan J. Pandit
+
- 646
-
-
-
-
-
-
-
-
-
-
- LU
-
-
+
-
- Harshvardhan J. Pandit
- LUX
- 442
- 2022-03-30
-
- 442
- Luxembourg
- accepted
-
-
+
+ https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375
-
-
-
- 764
-
-
- 764
+
+
+
+ Rhode Island
Harshvardhan J. Pandit
-
- Thailand
- TH
- 2022-03-30
accepted
- THA
+ 2022-03-30
+
-
-
-
+
- accepted
- BVT
- BV
- Bouvet Island
- 74
+
+
+ AR
+
+
-
- 74
-
+ accepted
+ ARG
Harshvardhan J. Pandit
2022-03-30
-
+ Argentina
+
+ 32
+ 32
-
-
-
-
- 292
- 2022-03-30
- Gibraltar
- accepted
- GI
-
-
-
+
+ Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen
+ State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia
- GIB
+
+ Harshvardhan J. Pandit
+ Julian Flake
+
+ https://www.ldi.nrw.de/
+ accepted
+
+
+
+ 2022-03-30
- Harshvardhan J. Pandit
- 292
+
-
+
+ Harshvardhan J. Pandit
+
+
2022-03-30
+
+
+
+ 524
+ NPL
+ 524
+ NP
- 591
-
-
-
-
-
-
- accepted
- 591
- PA
- PAN
- Panama
-
- Harshvardhan J. Pandit
+ accepted
+ Nepal
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- http://www.naih.hu/
-
-
- Hungarian National Authority for Data Protection and Freedom of Information
+ accepted
+ LatinAmericaandtheCaribbean
+
2022-03-30
- accepted
+
Harshvardhan J. Pandit
+
-
-
-
-
- CPV
-
+
-
-
-
-
- Harshvardhan J. Pandit
- Cabo Verde
- 132
- accepted
- 2022-03-30
-
- 132
- CV
-
-
+
+
+ New Jersey
Harshvardhan J. Pandit
accepted
+
2022-03-30
- Rhode Island
-
-
+
+
+
+
+
+ IMN
+
+ IM
+ accepted
+ Harshvardhan J. Pandit
+
+
+ 833
+ 2022-03-30
+ 833
+ Isle of Man
533
- Aruba
- ABW
-
-
-
- accepted
- 2022-03-30
+ Aruba
+
+
+
+ 533
+ ABW
-
+
AW
+ accepted
Harshvardhan J. Pandit
-
- 533
-
-
- 638
-
-
- RE
-
-
-
- Réunion
- 638
-
-
-
- REU
- Harshvardhan J. Pandit
- accepted
2022-03-30
-
-
-
-
-
-
-
-
- 804
- Ukraine
-
- 804
- UA
-
- Harshvardhan J. Pandit
- accepted
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
2022-03-30
- UKR
-
-
-
-
-
-
+
- 674
- SM
-
-
- Harshvardhan J. Pandit
- SMR
- San Marino
- accepted
- 2022-03-30
-
- 674
-
-
-
-
-
+
+ Europe
accepted
- https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002
- 2022-03-30
-
Harshvardhan J. Pandit
-
-
- EU Adequacy Decision for Canada (commercial organisations)
-
- 440
- 2022-03-30
- 440
- Lithuania
-
+
+
-
-
-
+ Harshvardhan J. Pandit
+ accepted
+
+ 2022-03-30
+ BG
+
+
+
-
-
-
- Harshvardhan J. Pandit
+
+
+ Bulgaria
+ 100
+ 100
- LT
- accepted
- LTU
+ BGR
-
-
-
- 2022-03-30
-
- Harshvardhan J. Pandit
- EU Adequacy Decision for Israel
-
-
-
-
-
- accepted
- https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061
-
+
-
- Harshvardhan J. Pandit
-
-
- accepted
-
- 2022-03-30
- Saxony-Anhalt
+
-
-
-
-
-
-
-
- CIV
+ 566
+ 566
+ NG
+
-
- accepted
- Côte d’Ivoire
- CI
- 2022-03-30
- 384
- 384
-
-
-
+ accepted
Harshvardhan J. Pandit
-
-
-
-
- Pitcairn
-
-
- PN
-
-
- Harshvardhan J. Pandit
2022-03-30
- 612
- accepted
-
- PCN
- 612
+ NGA
+ Nigeria
-
+
+
+
-
-
-
-
+ Harshvardhan J. Pandit
accepted
- Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit
- Thuringia state commissioner for data protection and freedom of information
+ Lower-Saxony
2022-03-30
- https://www.tlfdi.de/
-
- Harshvardhan J. Pandit
- Julian Flake
+
+
+
+
+
-
-
-
-
-
-
-
- 426
- LSO
-
-
-
- LS
+
+
+
Harshvardhan J. Pandit
+
+
+
2022-03-30
+ 296
+ KIR
+ KI
+ 296
+
+
+ Kiribati
accepted
- Lesotho
- 426
-
- 659
- 659
-
-
-
-
+
-
-
-
- KNA
- Saint Kitts and Nevis
-
-
+
+ http://www.naih.hu/
+ Hungarian National Authority for Data Protection and Freedom of Information
Harshvardhan J. Pandit
- KN
+
+
accepted
+
2022-03-30
-
-
- Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)
- Hessian Data Protection and Freedom of Information Act (HDSIG)
-
- accepted
- https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen
- Harshvardhan J. Pandit
- Julian Flake
-
-
-
- 2022-03-30
-
-
-
-
+
+ 2022-03-30
+
-
-
+
+
+ North Carolina
+ accepted
- MM
- Myanmar
- MMR
Harshvardhan J. Pandit
- accepted
- 2022-03-30
-
- 104
- 104
-
-
+
+
+
+
-
- GRC
-
-
- Harshvardhan J. Pandit
-
-
-
-
-
-
-
-
-
- 300
+ UN-M49
+
+ The UN-M49 code for a given region
+ Harshvardhan J. Pandit
+
accepted
+
2022-03-30
- 300
- Greece
- GR
-
-
+
-
- Angola
+
+ 275
+ 275
+
+
+
+
+
accepted
+ PSE
+
+ Harshvardhan J. Pandit
+
+
2022-03-30
-
- 24
-
-
-
-
-
-
- AGO
- AO
+ PS
+ State of Palestine
+
+
+
-
- 24
+ accepted
+
Harshvardhan J. Pandit
+ 2022-03-30
+
+
+ Vermont
-
+
+
+
+ 268
+ 268
+
+
+ Georgia
+
+
accepted
+ Harshvardhan J. Pandit
+
+ GE
2022-03-30
-
-
- 528
-
+ GEO
+
+
+ SI
+
+
+ SVN
+
+ Slovenia
-
+
+
-
-
- 528
- NL
- NLD
- Netherlands
-
-
-
+
+
+ accepted
+ 705
+ 705
Harshvardhan J. Pandit
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- https://www.gesetze-im-internet.de/bdsg_2018/
- Bundesdatenschutzgesetz (BDSG)
- Federal Data Protection Act (BDSG)
2022-03-30
-
-
-
- Harshvardhan J. Pandit
- Julian Flake
- accepted
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
- BRB
-
-
-
- Barbados
- BB
-
+
+
+
-
-
-
-
-
+
Harshvardhan J. Pandit
accepted
- 52
+
2022-03-30
- 52
+
+ Michigan
-
+
+ The Hamburg Commissioner for Data Protection and Freedom of Information
+ Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit
+
+
+
+
-
-
- 772
- Tokelau
- TK
+ Julian Flake
Harshvardhan J. Pandit
- 772
-
2022-03-30
-
-
- TKL
+ https://www.datenschutz-hamburg.de/
+
accepted
-
- accepted
-
-
-
- 710
-
-
-
- ZA
- 710
+
+
+ North-Rhine Westphalia
Harshvardhan J. Pandit
- South Africa
+ accepted
+
2022-03-30
-
- ZAF
+
+
+
+
+
-
- Delaware
-
-
+
+
+ Utah Attorney General
+ Jonathan Bowker
+ https://attorneygeneral.utah.gov/
+
+
+ accepted
+
+ 2022-11-22
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
accepted
-
Harshvardhan J. Pandit
+ EasternAfrica
+
+
2022-03-30
-
-
-
-
-
+
+
+
+
+ https://www.datenschutz.hessen.de/
-
-
-
-
-
-
-
-
-
- Czechia
+
+ The Hessian Commissioner for Data Protection and Freedom of Information
+ Der Hessische Beauftragte für Datenschutz und Informationsfreiheit
+
Harshvardhan J. Pandit
- 203
+ Julian Flake
+
accepted
2022-03-30
-
- 203
- CZE
- CZ
-
+
+
+
-
- Harshvardhan J. Pandit
- 2022-03-30
- 250
- accepted
-
-
-
+
-
-
-
- FR
-
-
- 250
- FRA
- France
-
-
-
-
-
-
-
-
-
-
-
-
- Estonia
- Harshvardhan J. Pandit
- EST
- accepted
- 2022-03-30
- 233
- 233
-
- EE
+
+ Harshvardhan J. Pandit
+
+
+ accepted
+ 528
+ 2022-03-30
+ NL
+ NLD
+ 528
+ Netherlands
-
+
-
-
- Harshvardhan J. Pandit
- 795
+
+
+
+
+
+
+
+
+
+
+
+
2022-03-30
- 795
-
+ SoutheasternAsia
- TM
- Turkmenistan
+
+
+
+ Harshvardhan J. Pandit
+
accepted
-
+
+
+
+
- TKM
+ Republic of Moldova
+
+
+
+ accepted
+ MD
+ Harshvardhan J. Pandit
+ 2022-03-30
+ MDA
+ 498
+ 498
-
- 364
- 364
-
-
-
-
- IR
-
+
+
+
+ accepted
+ Julian Flake
+ Harshvardhan J. Pandit
+ 2022-03-30
+ https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen
- Iran (Islamic Republic of)
+ Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)
+ Hessian Data Protection and Freedom of Information Act (HDSIG)
+
+
+
+
+ Der Bayerische Landesbeauftragte für den Datenschutz
+ The Bavarian State Commissioner for Data Protection
+
+
+
+ Julian Flake
Harshvardhan J. Pandit
accepted
+
+
+
2022-03-30
- IRN
-
+
+ https://www.datenschutz-bayern.de/
+
-
- 156
- 156
- CN
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+ European Economic Area (EEA)
+
+ accepted
+ 2022-03-30
+
+ Harshvardhan J. Pandit
+
+
+
+
+
+
+
+
+
+ accepted
+ Micronesia (Federated States of)
+ FM
+ 2022-03-30
+
+ Harshvardhan J. Pandit
+ FSM
+ 583
+ 583
+
+
+
+
+ Delaware
+ accepted
Harshvardhan J. Pandit
2022-03-30
- accepted
-
- China
- CHN
+
+
+
-
- 328
- 328
+
-
-
-
+ Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)
+ Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)
- GY
+
+
+ Julian Flake
Harshvardhan J. Pandit
-
-
-
accepted
2022-03-30
-
- GUY
- Guyana
+ https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true
+
-
- 2022-03-30
- Harshvardhan J. Pandit
+
+ CR
+
+
+
+
+
+
+ 188
+
-
+ 188
+ CRI
+
accepted
- UN-M49
-
-
-
-
-
- The UN-M49 code for a given region
+ Costa Rica
+ Harshvardhan J. Pandit
+ 2022-03-30
-
-
+
+
+
+
+ accepted
Julian Flake
Harshvardhan J. Pandit
-
- https://www.datenschutz-mv.de/
- The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania
- Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern
+ 2022-03-30
+
-
- 2022-03-30
- accepted
+ https://www.lfd.niedersachsen.de/
+ Die Landesbeauftragte für den Datenschutz Niedersachsen
+ The State Commissioner for Data Protection Lower Saxony
-
-
-
-
-
-
+
+
+
+
+
+
+
+
Harshvardhan J. Pandit
-
-
-
- 850
- VIR
-
-
-
+ Julian Flake
accepted
+ https://datenschutz.sachsen-anhalt.de/
2022-03-30
-
-
-
- United States Virgin Islands
- VI
- 850
+ Landesbeauftragter für den Datenschutz Sachsen-Anhalt
+ State representative for data protection in Saxony-Anhalt
-
-
-
-
- Sierra Leone
-
-
-
- 694
- 694
- SLE
+
+ TGO
+
-
+
+
+
+ accepted
+ Togo
Harshvardhan J. Pandit
- SL
+ 768
+ 2022-03-30
+ 768
+ TG
+
+
+
+
+
+ CAN
+ Harshvardhan J. Pandit
accepted
+
+
+
+ 124
2022-03-30
-
-
+ 124
+
+
+ Canada
+ CA
- MLT
- Malta
- MT
+
+
+
+ Hungary
+
+
+ 348
+ 348
+
-
+
+
-
-
-
- Harshvardhan J. Pandit
- 2022-03-30
-
-
+ HUN
+
+
accepted
- 470
- 470
+ 2022-03-30
+ HU
+ Harshvardhan J. Pandit
+
-
+
-
- Harshvardhan J. Pandit
- Julian Flake
-
+
+ 2022-03-30
+
+ Nevada
+
+
-
- Hamburg Data Protection Act (HmbDSG)
- Hamburgisches Datenschutzgesetz (HmbDSG)
+
+ Harshvardhan J. Pandit
-
- 2022-03-30
accepted
- https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf
-
+
+
-
+
+ 96
+
+
+ 96
+
+
+ Brunei Darussalam
+
+ accepted
+ Harshvardhan J. Pandit
+
+
+ BN
-
-
-
-
+ 2022-03-30
+ BRN
+
+
+ El Salvador
+ 2022-03-30
+
-
-
- FLK
- Harshvardhan J. Pandit
+ SLV
+ SV
+
+
+
+ 222
+ 222
- FK
- 238
- Falkland Islands (Malvinas)
- 238
- 2022-03-30
+
+
accepted
+ Harshvardhan J. Pandit
+
-
+
+ Harshvardhan J. Pandit
+ accepted
+ 630
-
-
- Cuba
- Harshvardhan J. Pandit
- accepted
+ 630
+ PR
2022-03-30
+ Puerto Rico
+
+
+ PRI
- 192
- CUB
- 192
- CU
-
- BD
-
-
-
-
- BGD
+
accepted
+
+ ALB
+ Harshvardhan J. Pandit
+ AL
2022-03-30
- 50
- 50
- Bangladesh
+
+
+ 8
+ 8
-
-
- Harshvardhan J. Pandit
+ Albania
+
+
+
-
- 2022-03-30
+
-
-
+
+
-
- Algeria
- DZ
- DZA
-
+ ETH
Harshvardhan J. Pandit
- 12
- 12
+ Ethiopia
accepted
+
+
+
+
+ 2022-03-30
+ 231
+ 231
+ ET
-
-
-
-
-
-
-
+
+
+
+ PNG
+
+
+
+ Papua New Guinea
+ accepted
+ 598
-
Harshvardhan J. Pandit
- NorthernAmerica
-
- accepted
+ 598
+ PG
2022-03-30
-
- AZE
-
-
+
+ 580
+
+
+ 2022-03-30
+ MP
+ Northern Mariana Islands
+
+
-
-
-
- Harshvardhan J. Pandit
- 31
- 31
- Azerbaijan
- 2022-03-30
+ MNP
+ Harshvardhan J. Pandit
accepted
- AZ
+
+ 580
-
- Information Commissioner's Office
- 2022-07-20
-
-
-
- https://ico.org.uk/
-
-
+
+ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484
accepted
-
-
+ 2022-03-30
+
+
+
Harshvardhan J. Pandit
+
+
+
+
+ EU Adequacy Decision for Uruguay
-
- Martinique
-
-
-
- 474
+
+
+
+ 344
- MTQ
- 474
-
-
-
-
- Harshvardhan J. Pandit
+ accepted
+ China, Hong Kong Special Administrative Region
+ 344
2022-03-30
- accepted
- MQ
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ HKG
Harshvardhan J. Pandit
- WesternAsia
-
- accepted
+
+
+
+ HK
+
+
+
2022-03-30
+
+
+
+ Mississippi
-
-
+ accepted
+ Harshvardhan J. Pandit
-
- 446
-
+
+
+
+
Harshvardhan J. Pandit
-
-
accepted
2022-03-30
- MAC
- MO
- China, Macao Special Administrative Region
-
-
-
-
- 446
+
+
+ Brandenburg
+
+
+
+
-
-
-
+
+
+
+ 108
+
+
+
+
-
- Guinea
- GIN
- 324
- 324
+
+ accepted
+ Harshvardhan J. Pandit
+ Burundi
+ 2022-03-30
+ BI
+ 108
+ BDI
+
+
+
+ accepted
+ Harshvardhan J. Pandit
+ Julian Flake
+ https://www.transparenz.bremen.de/metainformationen/bremisches-ausfuehrungsgesetz-zur-eu-datenschutz-grundverordnung-bremdsgvoag-vom-8-mai-2018-116884?template=20_gp_ifg_meta_detail_d
+ Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)
+ Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)
+ 2022-03-30
+
+
-
- Harshvardhan J. Pandit
- 2022-03-30
- GN
-
- accepted
+
-
+
Harshvardhan J. Pandit
- Croatia
-
-
-
-
-
-
-
-
-
-
-
2022-03-30
- accepted
- HR
- HRV
- 191
- 191
+
+
+ Hesse
+
+ accepted
-
+
+
+
-
+
+ WesternEurope
+
+
+
+
+
+
+
+
+
+
+ Harshvardhan J. Pandit
accepted
- 458
- 458
-
-
- Malaysia
-
-
-
-
- MY
- Harshvardhan J. Pandit
- MYS
2022-03-30
-
+
+
+
+
-
- 2022-03-30
-
-
-
+
+ 360
+ 360
+
+
- accepted
-
-
-
- 534
- 534
- SX
- SXM
+
+
-
- Sint Maarten (Dutch part)
+ accepted
+ Indonesia
+ IDN
Harshvardhan J. Pandit
-
-
-
-
-
- JM
- 388
-
-
-
-
-
- 388
+ 2022-03-30
+ ID
+
+
Harshvardhan J. Pandit
- 2022-03-30
- Jamaica
- JAM
+
+ Somalia
+
+
+
accepted
+ SOM
+ 2022-03-30
+
+
+
+ SO
+ 706
+
+
+ 706
-
-
- 2022-03-30
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Federal Data Protection Act (BDSG)
+ Bundesdatenschutzgesetz (BDSG)
Harshvardhan J. Pandit
- California Consumer Privacy Act (CCPA)
-
-
- https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375
+ Julian Flake
accepted
-
+ 2022-03-30
+
+
+ https://www.gesetze-im-internet.de/bdsg_2018/
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
accepted
2022-03-30
- Harshvardhan J. Pandit
- https://www.ip-rs.si/
+ 178
-
- Information Commissioner of the Republic of Slovenia
-
-
-
-
+ Congo
+ CG
+
+
+
+ 178
+ Harshvardhan J. Pandit
+ COG
-
- 796
- TCA
- 796
- Turks and Caicos Islands
-
-
-
+
+ Kentucky
+
-
-
-
-
+
Harshvardhan J. Pandit
accepted
-
- TC
+
2022-03-30
+
-
-
-
-
-
-
-
+
Harshvardhan J. Pandit
- 807
- accepted
- North Macedonia
+
+
2022-03-30
- 807
- MKD
-
-
- MK
-
-
-
-
- EU Adequacy Decision for Faroe Islands
+
+ Saxony-Anhalt
-
+
+ accepted
+
+
+
+
+
+
Harshvardhan J. Pandit
-
accepted
- https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146
- 2022-03-30
+
+
+
+
+
+
+ 2022-03-30
+ BL
+ 652
+ Saint Barthélemy
+ 652
+
+
+
+ BLM
-
- Mongolia
+
accepted
- 496
- 496
+ 2022-11-23
+
+ https://lis.virginia.gov/cgi-bin/legp604.exe?212+sum+HB2307
+
+
+ Jonathan Bowker
+
+ Virginia Consumer Data Protection Act (VCDPA)
- MN
-
-
-
-
+
+
+
+
+
+
+ Jonathan Bowker
+ accepted
+ Utah Consumer Privacy Act (UCPA)
+ https://le.utah.gov/~2022/bills/static/SB0227.html
+ 2022-11-22
+
+
+
+
+ Julian Flake
Harshvardhan J. Pandit
- MNG
+ accepted
+ Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein
+ Independent State Center for Data Protection Schleswig-Holstein
+
+
+
2022-03-30
-
-
-
+ https://www.datenschutzzentrum.de/
-
-
+
+
+
+
+
+ 678
+ ST
- Harshvardhan J. Pandit
-
+
+
- TGO
- 2022-03-30
- TG
- Togo
- accepted
- 768
- 768
-
-
-
-
- 40
-
-
-
-
-
-
-
-
- 40
- AUT
-
- Austria
- AT
- Harshvardhan J. Pandit
accepted
+ STP
+ Harshvardhan J. Pandit
+
+ 678
2022-03-30
-
-
-
+ Sao Tome and Principe
-
-
-
-
- NE
-
-
-
- NER
+
+ 2022-03-30
+
+
+
+
+ Cambodia
+ KHM
+ 116
+ KH
+
+ 116
+ accepted
- Niger
- 562
Harshvardhan J. Pandit
- 562
- accepted
- 2022-03-30
-
-
- RS
-
-
+
+ Harshvardhan J. Pandit
+
+
+ UZB
2022-03-30
-
-
- SRB
+
+ 860
+
+
+ 860
+ UZ
+ Uzbekistan
+
-
- Serbia
- 688
- 688
- Harshvardhan J. Pandit
accepted
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ 340
+
+
+
+ HND
+ 340
+
+
+
+
- NorthernEurope
+ accepted
-
+ HN
+ Honduras
Harshvardhan J. Pandit
-
- accepted
2022-03-30
-
+
+
+
+
+ accepted
Harshvardhan J. Pandit
- Norway
- 578
2022-03-30
- accepted
-
- 578
- NOR
+ 72
+ BWA
+ 72
+
+
+
+ Botswana
+ BW
- NO
-
-
-
-
-
-
- 2022-03-30
- accepted
-
-
-
- Comoros
-
-
-
- KM
+
+
+ SWE
+ 752
+ 752
+ Sweden
+
+
+
+
+
+
+
+
+
+ accepted
- COM
- 174
- 174
Harshvardhan J. Pandit
+
+
+ SE
+ 2022-03-30
+
+
-
- 344
- 344
- China, Hong Kong Special Administrative Region
- HK
-
-
+
+
+
+ 184
+
+
+
+ Cook Islands
-
- HKG
-
-
- Harshvardhan J. Pandit
accepted
+ Harshvardhan J. Pandit
+
+ COK
2022-03-30
-
+ CK
+ 184
-
- Harshvardhan J. Pandit
-
+
+
+
+
-
-
-
- accepted
- 2022-03-30
+
+ 152
- CW
- 531
- 531
- CUW
-
- Curaçao
-
-
-
-
-
+ accepted
Harshvardhan J. Pandit
-
-
- https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411
+ CL
+ 152
2022-03-30
- EU Adequacy Decision for Isle of Man
-
- accepted
+ CHL
+ Chile
-
- 270
-
-
-
-
-
-
- GM
+
+
- Gambia
+
+
+ Pakistan
+ PK
+ accepted
+ PAK
Harshvardhan J. Pandit
- GMB
2022-03-30
-
- 270
- accepted
+
+
+ 586
+ 586
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf
+
+ BR
+
+ BRA
+ accepted
+
+
+
+
+
+
+
Harshvardhan J. Pandit
- Julian Flake
-
+ 76
+ 2022-03-30
+ 76
+ Brazil
-
+
+
+
-
- 2022-03-30
- Berliner Datenschutzgesetz (BlnDSG)
- Berlin Data Protection Act (BlnDSG)
+
+
+
+ Estonian Data Protection Inspectorate
+
+ http://www.aki.ee/
accepted
-
+
+ 2022-03-30
+ Harshvardhan J. Pandit
-
-
-
-
-
-
-
- CM
- 120
- 120
+
+
+ NorthernAmerica
+
+
+
+
+
+
+ accepted
+
Harshvardhan J. Pandit
2022-03-30
-
- Cameroon
- accepted
- CMR
-
- AF
- 4
- 4
-
-
-
-
- AFG
-
-
-
+
Harshvardhan J. Pandit
- accepted
+
+ CZ
2022-03-30
+
+
+ CZE
+
+
+
+
+
+
+
+
+ Czechia
+
+
+ 203
- Afghanistan
+ 203
+ accepted
+
+
-
-
- Harshvardhan J. Pandit
- BY
- 112
- 112
+
+
+
+
+ CC
+
+
+
accepted
+
+
+ Harshvardhan J. Pandit
+ 166
2022-03-30
+ CCK
+ 166
+ Cocos (Keeling) Islands
+
+
+ MX
+ MEX
+ 484
+ Mexico
+ 484
+
+
+
+
+
+
-
-
-
-
- BLR
- Belarus
-
-
- California Privacy Rights Act (CPRA)
+ Harshvardhan J. Pandit
accepted
2022-03-30
- https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375
-
-
-
-
- Harshvardhan J. Pandit
-
-
-
-
- CR
+
+ Peru
+
+ accepted
-
+
- Costa Rica
- Harshvardhan J. Pandit
-
-
- accepted
+
+ Harshvardhan J. Pandit
2022-03-30
- 188
- CRI
- 188
-
-
- accepted
-
-
+ 604
+ 604
+ PE
-
-
+
+ PER
+
+
+
+
2022-03-30
- EU Adequacy Decision for Andorra
- Harshvardhan J. Pandit
-
- https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?
-
-
+
+
+ 364
+ IRN
+ 364
+
+
+
+ IR
Harshvardhan J. Pandit
-
-
-
-
-
-
-
-
-
-
-
-
+ Iran (Islamic Republic of)
accepted
- 2022-03-30
- SoutheasternAsia
-
-
-
-
-
-
-
+
2022-03-30
- accepted
- North-Rhine Westphalia
+ Poland
+
+
+
+
+
+
+
+
-
-
+ PL
+
+
+
+ 616
+ 616
Harshvardhan J. Pandit
+ accepted
-
+ POL
-
-
+
-
+
+ YEM
+ 887
+
+
+ 887
+ Yemen
+
-
-
-
- 108
-
+
+
Harshvardhan J. Pandit
- 108
- BI
- 2022-03-30
-
-
-
accepted
-
- BDI
- Burundi
+
+ 2022-03-30
+ YE
-
+
+ UKR
+
+
+ UA
+
+
+
+
+
+ 804
+ accepted
+ 804
Harshvardhan J. Pandit
+ Ukraine
2022-03-30
-
-
+
+
+
+ CHE
- accepted
-
+
+ 756
+
-
-
-
-
-
-
- Spain
- 724
- ES
+
+ CH
+ accepted
+ Switzerland
- 724
- ESP
-
-
+ Harshvardhan J. Pandit
+ 756
+ 2022-03-30
-
-
-
+
+
+
+
+ VI
- HUN
- HU
+
+
accepted
-
Harshvardhan J. Pandit
-
-
-
-
-
-
-
-
- Hungary
+ United States Virgin Islands
+ 850
2022-03-30
-
-
- 348
- 348
-
-
+
+
+
+ VIR
+ 850
+
-
+
+ 2000-08-25
+
+
+ Missouri
+
+
-
- Indiana
Harshvardhan J. Pandit
accepted
-
+
2022-03-30
-
-
-
+
+ 462
+ MDV
-
+
+
+
+
+ accepted
+ MV
-
- https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf
Harshvardhan J. Pandit
- Julian Flake
- Act to adapt the State Data Protection Act and other data protection regulations in the area of responsibility of the Ministry of the Interior and Europe Mecklenburg-West Pomerania to Regulation (EU) 2016/679 and to implement Directive (EU) 2016/680
- Gesetz zur Anpassung des Landesdatenschutzgesetzes und weiterer datenschutzrechtlicher Vorschriften im Zuständigkeitsbereich des Ministeriums für Inneres und Europa Mecklenburg-Vorpommern an die Verordnung (EU) 2016/679 und zur Umsetzung der Richtlinie (EU) 2016/680
- accepted
2022-03-30
-
+
+
+ Maldives
+ 462
-
-
-
- GEO
+
+
- 268
- 268
+ accepted
+ 10
+ ATA
+ 10
+ Harshvardhan J. Pandit
-
-
+ 2022-03-30
+ AQ
+ Antarctica
+
+
+
+
+
+
+
+
+
+
+
+
Harshvardhan J. Pandit
+
accepted
+
2022-03-30
-
- GE
- Georgia
+
+ EasternAsia
-
-
-
- accepted
+
- 2022-03-30
- LB
-
-
-
-
- 422
- Lebanon
- 422
+
+ 643
+ accepted
Harshvardhan J. Pandit
- LBN
+
+
+
+
+
+ 2022-03-30
+ RUS
+ RU
+ 643
+ Russian Federation
-
- accepted
- OMN
-
-
- 512
+
-
+
+
+
+
+
+
+
+
+
+
+ accepted
+ SouthernAsia
+ 2022-03-30
- 512
Harshvardhan J. Pandit
- 2022-03-30
-
- Oman
- OM
+
-
-
-
+
+
+
+
+
-
- Harshvardhan J. Pandit
-
-
+
accepted
+ Harshvardhan J. Pandit
2022-03-30
- District of Columbia
+
+ CO
+
+
+
+ Colombia
+ COL
+ 170
+ 170
-
- Vermont
+
+ https://coag.gov
+ Colorado Attorney General
+
+ Jonathan Bowker
+
+ accepted
+
+ 2022-11-23
-
- Harshvardhan J. Pandit
-
+
+
+
+
+ 175
+
accepted
+ 175
+
+
+
+ YT
+ MYT
2022-03-30
-
+
+
+
+
+ Harshvardhan J. Pandit
+ Mayotte
-
+
+
+
+
+
Harshvardhan J. Pandit
+ General Data Protection Regulation (GDPR)
+ modified
-
+ 2022-10-14
+
+ https://www.legislation.gov.uk/eur/2016/679/contents
+ 2022-07-20
+
+
+
+
- State Data Protection Inspectorate
-
-
+
+ New Hampshire
+
accepted
+ Harshvardhan J. Pandit
+
2022-03-30
-
- https://ada.lt
-
- accepted
- 2022-03-30
-
+
+
-
+ Nauru
- Christmas Island
- 162
- 162
+
+ 2022-03-30
+ 520
+ 520
+ NRU
+ NR
+
Harshvardhan J. Pandit
- CX
+ accepted
+
+
+ MDG
+ MG
+
+
+
+ 2022-03-30
+ 450
+
+
+
+ 450
+ Madagascar
+
+
- CXR
+ Harshvardhan J. Pandit
+ accepted
+
-
-
+
+
+ Harshvardhan J. Pandit
+ 2022-03-30
+ American Samoa
+
+
+ 16
+
+
+ AS
+ 16
+
+
+
+ accepted
+ ASM
+
+
+ BEN
+ 204
- 686
- 686
- Harshvardhan J. Pandit
+
+
- accepted
- 2022-03-30
-
- SEN
- Senegal
- SN
+ Harshvardhan J. Pandit
+ accepted
+ Benin
+ 2022-03-30
+ 204
+ BJ
-
-
+
+ GS
-
+
+
- 660
- 660
-
- Harshvardhan J. Pandit
- Anguilla
- 2022-03-30
-
-
-
-
- accepted
- AIA
- AI
-
-
-
-
-
-
- 2022-03-30
+ SGS
+ 239
accepted
- PLW
- Palau
-
-
- 585
- 585
+
+
+
- PW
+ 239
Harshvardhan J. Pandit
+ 2022-03-30
+ South Georgia and the South Sandwich Islands
-
-
- DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities.
- Harshvardhan J. Pandit
- Julian Flake
- 2022-04-02
- 2022-10-06
- Harshvardhan J. Pandit
- DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities.
-
- DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV
- dpv-legal
- https://w3id.org/dpv/dpv-legal#
-
- 0.8.2
-
-
-
+
+
+ GIB
2022-03-30
- FRO
- accepted
- Faroe Islands
- FO
- 234
-
- 234
+
+ 292
+ 292
+ GI
-
-
+
+
+ accepted
Harshvardhan J. Pandit
+ Gibraltar
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Caribbean
-
- Colorado
- Harshvardhan J. Pandit
- accepted
- 2022-03-30
-
+
+ accepted
+ Harshvardhan J. Pandit
+ 2022-03-30
-
-
+
+ 44
+ BS
+ Bahamas
+
+
+
+ 44
Harshvardhan J. Pandit
accepted
- 2022-03-30
-
-
-
-
-
-
- GNQ
- GQ
- 226
- 226
-
-
+
+
+
- Equatorial Guinea
-
-
-
- PL
-
-
- accepted
2022-03-30
-
-
-
-
-
-
-
-
+ BHS
- Poland
-
- POL
- 616
- Harshvardhan J. Pandit
- 616
-
-
+
-
- Julian Flake
+
+
Harshvardhan J. Pandit
- Landesdatenschutzgesetz (LDSG)
- State Data Protection Act (LDSG)
-
-
-
accepted
-
+
2022-03-30
- https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18
-
-
+ Hamburg
+
+
+
+
+
+
+
+
-
-
-
+
+ https://www.legislation.gov.uk/ukpga/2018/12/contents
+
+
+ 2022-10-14
+
-
-
-
+ Data Protection Act (DPA)
+
Harshvardhan J. Pandit
- accepted
- 2022-03-30
-
- 792
- 792
- TUR
- TR
- Turkey
+ modified
+ 2022-07-20
-
-
-
-
+
+
+ Harshvardhan J. Pandit
2022-03-30
+
+
+
+
+
+
+
+
+ 600
+
+ Paraguay
+ 600
+ PRY
+ PY
accepted
- Arizona
-
+
+
+
+
Harshvardhan J. Pandit
+ http://www.azop.hr/
+
+ Croatian Personal Data Protection Agency
+ accepted
+
+ 2022-03-30
-
-
+
+ SLE
+
+
+
+
+ Sierra Leone
+
- Saint Helena
-
-
- SHN
-
- 654
- 654
Harshvardhan J. Pandit
accepted
+ SL
+ 694
2022-03-30
-
- SH
+ 694
-
- accepted
- 831
-
- 831
+
+
+
+
+ BES
+ 2022-03-30
+ 535
+ 535
+
+
+
-
-
-
-
-
-
-
- GG
- GGY
+
+ BQ
+ accepted
Harshvardhan J. Pandit
- 2022-03-30
- Guernsey
+
+ Bonaire, Sint Eustatius and Saba
-
- Morocco
+
- MAR
-
-
-
-
-
- 504
- Harshvardhan J. Pandit
- 504
- 2022-03-30
+
+
accepted
- MA
-
-
- 666
- Saint Pierre and Miquelon
- 666
- accepted
+ TKM
+ Harshvardhan J. Pandit
2022-03-30
-
- SPM
-
-
-
-
-
-
- PM
- Harshvardhan J. Pandit
+
+
+ Turkmenistan
+ 795
+ 795
+ TM
-
- accepted
- Mauritius
- 2022-03-30
-
- MU
+
+
+
+
-
+
+ TF
- 480
-
-
- 480
-
- MUS
+ accepted
Harshvardhan J. Pandit
+
+ French Southern Territories
+ 2022-03-30
+ 260
+ 260
+ ATF
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ SouthernEurope
+
+
+
accepted
+ Harshvardhan J. Pandit
+
2022-03-30
- Albania
- ALB
-
- AL
-
-
-
- 8
+
+
+ MRT
+
+
+
+ 478
+ Mauritania
+ accepted
+
+ MR
+ 478
+
+
+
Harshvardhan J. Pandit
- 8
-
-
2022-03-30
- 500
- 500
-
-
-
- MSR
-
-
-
-
- Harshvardhan J. Pandit
-
- Montserrat
- MS
- accepted
-
-
-
+
Harshvardhan J. Pandit
-
accepted
-
+ Micronesia
+
+
+
+
+
+
+
+
+
2022-03-30
-
- U.S. Virgin Islands
-
-
- SouthAmerica
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Harshvardhan J. Pandit
+
+
+
-
+
+
+
+
+
+ ZW
+
+
+
+ 716
+
+
+
+ Zimbabwe
accepted
+
+ 716
+ Harshvardhan J. Pandit
2022-03-30
-
+ ZWE
+
+
+ Colorado Privacy Act (CPA)
+ accepted
+
+
+ 2022-11-23
+
+ https://leg.colorado.gov/bills/sb21-190
+
+ Jonathan Bowker
+
-
- https://www.lda.bayern.de/
+
Harshvardhan J. Pandit
- Julian Flake
accepted
- Bavarian State Office for Data Protection Supervision
- Bayerisches Landesamt für Datenschutzaufsicht
-
+ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821
+
+
+
+
+
+ EU Adequacy Decision for Guernsey
+ 2022-03-30
+
+
+
+ Harshvardhan J. Pandit
+
+ accepted
+ Office for Personal Data Protection of the Slovak Republic
-
-
2022-03-30
-
+
+
+ http://www.dataprotection.gov.sk/
-
- BLM
-
-
-
+
+
+
+
+
+ Algeria
+ DZ
+ 12
+ 12
+
+ accepted
- Saint Barthélemy
Harshvardhan J. Pandit
- BL
- 652
- 652
-
-
-
+ DZA
2022-03-30
-
+
+
+
+
+
+
+
+
+
+
+ 2022-03-30
+ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061
+ Harshvardhan J. Pandit
+
+
+ EU Adequacy Decision for Israel
accepted
+
-
-
-
-
- 748
-
-
-
- SWZ
- 748
+
+ Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz
+ The state commissioner for data protection and freedom of information in Rhineland-Palatinate
+
+
+
+ https://www.datenschutz.rlp.de/
-
- SZ
+
Harshvardhan J. Pandit
accepted
+
2022-03-30
-
- Eswatini
+
+
-
+
+ Harshvardhan J. Pandit
+ Julian Flake
+ https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf
+ Berliner Datenschutzgesetz (BlnDSG)
+ Berlin Data Protection Act (BlnDSG)
-
+
- http://www.dataprotection.gov.sk/
-
-
- 2022-03-30
+
accepted
- Office for Personal Data Protection of the Slovak Republic
- Harshvardhan J. Pandit
+ 2022-03-30
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- https://cnpd.public.lu
-
-
+ WesternAfrica
+
+ Harshvardhan J. Pandit
accepted
+
2022-03-30
+
+
+ accepted
Harshvardhan J. Pandit
- National Commission for Data Protection
-
+ 2022-03-30
+ Puerto Rico
+
+
+
+
+
-
+
+ Philippines
+
+
2022-03-30
-
- Micronesia (Federated States of)
- accepted
- 583
- FSM
-
-
- 583
-
-
- FM
+ 608
+
+
-
+ 608
+
+ accepted
+ PH
Harshvardhan J. Pandit
+ PHL
+
-
+
+
+ Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit
+ Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information
+ accepted
+ Julian Flake
+ Harshvardhan J. Pandit
+
+
+
+ 2022-03-30
- West Virginia
-
-
+
+ https://www.datenschutz.saarland.de/
+
+
+
+
+ Kuwait
+
+
+ KWT
+
+ 414
+ KW
+ 414
+
+
Harshvardhan J. Pandit
-
accepted
+
2022-03-30
-
- 2022-03-30
-
-
-
-
-
-
-
-
-
-
-
+
+ 659
+
+
+
+
+
+ KNA
+ KN
+
+ Harshvardhan J. Pandit
+
+
+
+
accepted
- Polynesia
-
+ 2022-03-30
+ Saint Kitts and Nevis
+ 659
+
+
+
+ 2022-03-30
+ https://ada.lt
+
-
+
+ State Data Protection Inspectorate
Harshvardhan J. Pandit
-
+
+ accepted
-
-
+
+ 324
-
-
-
-
-
-
+
+
+ Guinea
+
+
+
- SLV
- SV
Harshvardhan J. Pandit
accepted
+
+
+
+ GIN
2022-03-30
-
- El Salvador
- 222
- 222
+ GN
+ 324
-
-
+
-
- Harshvardhan J. Pandit
-
-
- Baden-Württemberg
- 2022-03-30
- accepted
-
-
-
-
-
+
+
+
+
+ Malawi
+ 454
+ 454
+
+
+
accepted
Harshvardhan J. Pandit
- Julian Flake
-
-
-
- https://www.datenschutz.hessen.de/
-
-
-
-
- The Hessian Commissioner for Data Protection and Freedom of Information
- Der Hessische Beauftragte für Datenschutz und Informationsfreiheit
2022-03-30
+ MWI
+ MW
-
-
-
-
+
+ 831
+ Harshvardhan J. Pandit
+
+
+ accepted
+
+ 2022-03-30
+ GG
+
- IS
-
- Iceland
+ GGY
+
+
+
+ 831
+ Guernsey
+
+
+ Julian Flake
Harshvardhan J. Pandit
+
+
+
2022-03-30
+
+
+
+ The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen
+ Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen
+
+
accepted
-
- 352
- ISL
- 352
+ https://www.datenschutz.bremen.de/
-
- 535
- 535
-
+
+ Harshvardhan J. Pandit
+
+ LC
- BQ
-
- Harshvardhan J. Pandit
- accepted
+
2022-03-30
+ Saint Lucia
+ 662
+ 662
- Bonaire, Sint Eustatius and Saba
- BES
-
+ LCA
+
+ accepted
-
+
Harshvardhan J. Pandit
- Saudi Arabia
-
-
-
- 682
-
-
- 682
2022-03-30
+
+
+
+ AD
+ 20
+ 20
+
+ Andorra
+
+
+ AND
accepted
+
+
+
+
+ CHN
+ CN
+
+
- SA
+ China
+
+ 156
+ accepted
+ Harshvardhan J. Pandit
+
+
- SAU
+ 156
+ 2022-03-30
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Harshvardhan J. Pandit
- EasternAfrica
+
+
+
+
+
+
accepted
+ Harshvardhan J. Pandit
+ North Macedonia
2022-03-30
-
-
+
+
+ MKD
+ 807
+ MK
+
+ 807
+
+
+ 144
+ 144
+
+
+ LKA
+
+ LK
+ Sri Lanka
+
+
+ Harshvardhan J. Pandit
+ accepted
+ 2022-03-30
-
-
-
-
-
-
-
-
-
-
+
+
+
+ NCL
+
+
+
+
+ 540
+ NC
- Micronesia
-
+ 540
Harshvardhan J. Pandit
accepted
+ New Caledonia
2022-03-30
-
-
-
- Iowa
+
+
+
+ Qatar
+ 634
+ QA
+
-
-
-
+ accepted
Harshvardhan J. Pandit
-
+
+
+
2022-03-30
- accepted
-
-
- 2019-01-23
-
-
-
-
+ 634
+ QAT
-
- 516
+
+
+
+
+ accepted
+
-
Harshvardhan J. Pandit
- accepted
-
- NAM
2022-03-30
+ MOZ
-
- Namibia
- NA
-
-
+
+ Mozambique
+ 508
- 516
+ 508
+ MZ
-
- Rhineland-Palatinate
+
+
-
-
-
- Harshvardhan J. Pandit
-
accepted
+ Harshvardhan J. Pandit
+
2022-03-30
-
-
+
+ Thuringia
+
-
-
+
- accepted
-
+
+
+
+ https://www.leg.state.nv.us/NRS/NRS-603A.html
+ 2022-11-23
+
-
- http://www.azop.hr/
+
- Harshvardhan J. Pandit
- Croatian Personal Data Protection Agency
- 2022-03-30
+
+ Jonathan Bowker
+ Nevada Privacy of Information Collected on the Internet from Consumers Act (NPICICA)
+ accepted
+
-
-
+
+
+
+
+
- ME
- 499
-
-
+
+ Bayerisches Landesamt für Datenschutzaufsicht
+ Bavarian State Office for Data Protection Supervision
+ https://www.lda.bayern.de/
+
+ Julian Flake
Harshvardhan J. Pandit
accepted
2022-03-30
-
- Montenegro
-
-
- MNE
- 499
-
-
-
-
- Colombia
-
+
+
-
-
-
-
- Harshvardhan J. Pandit
+
2022-03-30
- COL
- CO
+
+
+ Harshvardhan J. Pandit
+ https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en
+ EU Adequacy Decision for United Kingdom
+
+
accepted
-
- 170
- 170
-
-
-
-
-
-
-
- Wallis and Futuna Islands
-
- Harshvardhan J. Pandit
+
- 876
- 876
accepted
+ Harshvardhan J. Pandit
+ DM
+
+
+
+
+
+
+
+ DMA
+ 212
+ 212
2022-03-30
- WF
- WLF
-
-
-
- Brandenburg
-
+ Dominica
+
+
+
+ 2022-03-30
Harshvardhan J. Pandit
-
-
+ Data State Inspectorate
+
+
+
+
+
+ http://www.dvi.gov.lv/
accepted
- 2022-03-30
-
-
-
-
-
- JO
- JOR
+
+
+
+ MAC
+
-
+ China, Macao Special Administrative Region
+
+ MO
+ 446
-
-
-
- Harshvardhan J. Pandit
- 2022-03-30
accepted
-
- Jordan
- 400
- 400
-
-
+ 446
+ Harshvardhan J. Pandit
2022-03-30
- State representative for data protection in Saxony-Anhalt
- Landesbeauftragter für den Datenschutz Sachsen-Anhalt
-
- accepted
- https://datenschutz.sachsen-anhalt.de/
-
-
-
- Harshvardhan J. Pandit
- Julian Flake
-
-
-
-
+
+
-
+ Pennsylvania
- Harshvardhan J. Pandit
-
accepted
+
+ Harshvardhan J. Pandit
2022-03-30
- Nebraska
-
+
+ 2022-03-30
+
+ West Virginia
-
+
+
Harshvardhan J. Pandit
accepted
- 2022-03-30
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Polynesia
+ accepted
- New York
+ Harshvardhan J. Pandit
+
+ 2022-03-30
-
- Sark
-
-
-
-
-
-
+
+ https://www.cnil.fr/
+
+
+ accepted
+
+ 2022-03-30
Harshvardhan J. Pandit
-
+ National Commission on Informatics and Liberty (CNIL)
+
+
+ 2010-10-21
+
+
accepted
+ Julian Flake
+ Harshvardhan J. Pandit
2022-03-30
-
-
-
-
-
-
-
-
- 124
+
+
+
+ Hamburg Data Protection Act (HmbDSG)
+ Hamburgisches Datenschutzgesetz (HmbDSG)
+
+ https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf
+
+
+
+ 2023-01-07
+
+
+ PF
Harshvardhan J. Pandit
- CA
- accepted
+
+
+
+ 258
2022-03-30
+
+
+ French Polynesia
+
+
+ PYF
- 124
- Canada
- CAN
+ accepted
+ 258
-
- AE
- 784
- 784
-
-
+
+ 574
+ 574
+
+
+
+
+
- ARE
-
-
-
- United Arab Emirates
- Harshvardhan J. Pandit
-
accepted
+ Norfolk Island
+ Harshvardhan J. Pandit
+ NF
+
2022-03-30
+ NFK
-
+
+ CYP
-
-
- Harshvardhan J. Pandit
-
+
+ CY
accepted
+
+
+
+
+
+
+
+
+ Harshvardhan J. Pandit
+
+ Cyprus
2022-03-30
- North Carolina
-
-
-
- 2020-01-31
+ 196
+ 196
+
+
+
-
-
-
+
+
+
- 584
- Harshvardhan J. Pandit
- MHL
+ Tunisia
accepted
+
+
+ 788
+ Harshvardhan J. Pandit
+ 788
+
+ TUN
2022-03-30
-
-
+ TN
+
+
+
+
+ MiddleAfrica
+
+
+
+
+
+
+
+
+
+
+
- Marshall Islands
- MH
+ Harshvardhan J. Pandit
- 584
+ accepted
+ 2022-03-30
+
-
+
+
+
+
Harshvardhan J. Pandit
- New Zealand
accepted
+ 422
+
+
+ 422
2022-03-30
+ LBN
+ Lebanon
+
+
+ LB
- 554
-
-
- 554
- NZL
-
-
- NZ
-
-
-
-
- TD
-
-
+
+
+
+ CIV
-
+
+ CI
+ Harshvardhan J. Pandit
+
+ 2022-03-30
+ 384
+ 384
+ Côte d’Ivoire
- 148
- 148
-
- Chad
- TCD
- Harshvardhan J. Pandit
- accepted
- 2022-03-30
+ accepted
-
+
-
-
- Harshvardhan J. Pandit
- accepted
- 2022-03-30
- Oklahoma
-
-
- 2022-03-30
-
- National Supervisory Authority for Personal Data Processing
+ accepted
Harshvardhan J. Pandit
+ 2022-03-30
+ North Dakota
+
+
+
+
-
- http://www.dataprotection.ro/
-
+ Harshvardhan J. Pandit
+
+ https://autoriteitpersoonsgegevens.nl
accepted
-
-
-
-
+
+ 2022-03-30
+ Dutch Data Protection Authority
+
+
+
+
Harshvardhan J. Pandit
- BRN
- 2022-03-30
-
+
+ CentralAsia
+
+
+
+
+
accepted
- Brunei Darussalam
-
+ 2022-03-30
+
- BN
- 96
-
-
- 96
+
-
+
+
+
+
+ NE
+ Niger
- accepted
+ NER
- 2022-03-30
-
-
-
- ML
- 466
- MLI
- 466
-
- Mali
+ 562
+ accepted
+ 562
Harshvardhan J. Pandit
+ 2022-03-30
+
-
-
+
- 2022-11-22
+
+ The Saxon data protection officer
+ Die Sächsische Datenschutzbeauftragte
+
+
+
+
accepted
- Utah Consumer Privacy Act (UCPA)
- https://le.utah.gov/~2022/bills/static/SB0227.html
-
+ Julian Flake
+ Harshvardhan J. Pandit
+ https://www.saechsdsb.de/
+ 2022-03-30
- Jonathan Bowker
-
-
- Maine
-
-
+
+ 90
+
+
+
+
+ 2022-03-30
+ SLB
-
+
+
+
Harshvardhan J. Pandit
accepted
-
- 2022-03-30
-
+ 90
+ Solomon Islands
+ SB
-
+
+ https://uodo.gov.pl/
-
+
+ accepted
+
+ 2022-03-30
+
+ Harshvardhan J. Pandit
+ Personal Data Protection Office
+
+
+
+ COD
-
-
+
+
- Harshvardhan J. Pandit
+ 180
+ 180
+ Democratic Republic of the Congo
+
+
- Zambia
- ZM
- 894
+ CD
+ Harshvardhan J. Pandit
accepted
+
2022-03-30
- 894
- ZMB
-
- ISO-numeric
+
+
+
+
+ Chad
+ 148
+
+
+
+ 148
+
+
+ TD
+
accepted
+ TCD
Harshvardhan J. Pandit
-
-
-
-
- The ISO-Numeric code for a given region
-
-
2022-03-30
-
-
-
-
- Harshvardhan J. Pandit
- accepted
- 2022-03-30
+
+
+
+
+
+
+
+
+
+ 372
+ 372
-
-
- Israel
- 376
- 376
- ISR
+ accepted
+ Harshvardhan J. Pandit
+ Ireland
+ IE
+
+
+ 2022-03-30
+ IRL
- IL
+
+
-
- TL
- Timor-Leste
-
-
-
-
+
+ 2022-03-30
+ Iowa
+
+
-
Harshvardhan J. Pandit
- 2022-03-30
-
+
+
accepted
- 626
- 626
- TLS
-
+
+
+ 430
+
+
+
+ LBR
+ 430
+
+
+ Harshvardhan J. Pandit
+
+ LR
-
+
+ accepted
+ Liberia
+ 2022-03-30
+
+
+ VE
+
-
-
-
-
- Malawi
- 454
- MWI
Harshvardhan J. Pandit
- 454
accepted
2022-03-30
+
+
+
+
+
+
+ VEN
+ 862
+ Venezuela (Bolivarian Republic of)
+ 862
- MW
-
- 520
-
-
- accepted
+
+ Office of the Data Protection Ombudsman
2022-03-30
- NRU
- Nauru
-
-
- NR
+ Harshvardhan J. Pandit
+
+ https://tietosuoja.fi/
+ accepted
+
+
-
+
+
+
+ 270
+ GM
+
+
+
+ Gambia
+
+
+
+ 270
+
+
+ GMB
Harshvardhan J. Pandit
- 520
-
-
- UZB
- Uzbekistan
- Harshvardhan J. Pandit
accepted
2022-03-30
-
- 860
- 860
-
+
+
+ VN
+ Viet Nam
+
- UZ
-
+ 704
+
+
+ 704
+
+ Harshvardhan J. Pandit
+ accepted
+ VNM
+ 2022-03-30
-
-
+
+
+
+
+ 218
+ ECU
+
+
+
+
+ EC
- http://www.dataprotection.ie
-
- Data Protection Commission (DPC)
+
accepted
- 2022-03-30
-
-
-
Harshvardhan J. Pandit
+
+ 2022-03-30
+ 218
+ Ecuador
-
+
+
+
+
+
+ Saarland Data Protection Act
+ Saarländisches Datenschutzgesetz
+ https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen
Harshvardhan J. Pandit
- 728
- SSD
+ Julian Flake
accepted
-
+ 2022-03-30
+
+
+
+
+ 894
+ Zambia
- 728
- SS
- 2022-03-30
+ 894
+
-
+
+ ZMB
- South Sudan
-
-
-
accepted
Harshvardhan J. Pandit
- Julian Flake
-
-
-
-
- https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf
2022-03-30
- Bayerisches Datenschutzgesetz (BayDSG)
- Bavarian Data Protection Act (BayDSG)
-
-
-
+
+ ZM
-
- Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)
- Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)
- accepted
-
+
+
+
+
+
+
+
+ Iraq
+ IRQ
+
+ 368
+ 368
+
+
+
+ Harshvardhan J. Pandit
+ accepted
- https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf
+ IQ
2022-03-30
-
- Julian Flake
- Harshvardhan J. Pandit
-
-
-
-
-
+
+
+ Falkland Islands (Malvinas)
+ FK
+ accepted
- GRD
+
+
+ FLK
-
+
+
+ Harshvardhan J. Pandit
+ 2022-03-30
+ 238
+ 238
+
+
+
+
accepted
+
+
2022-03-30
+ ME
+ Montenegro
+ 499
+ 499
+
+
- 308
- 308
+ Harshvardhan J. Pandit
- Grenada
- GD
+ MNE
+
+
+
+
+
+ accepted
+
+ Texas
Harshvardhan J. Pandit
+ 2022-03-30
+
+
-
- Vanuatu
+
+ accepted
+ Harshvardhan J. Pandit
+ 2022-03-30
+ Minnesota
+
+
+
+
+
+
+
+
+
+
+
+
+
- 548
- 548
-
-
+
Harshvardhan J. Pandit
accepted
+
+ SouthernAfrica
+
2022-03-30
-
-
-
- VU
- VUT
-
-
-
-
-
-
-
+
+ Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)
+ Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)
+
+ Julian Flake
+ Harshvardhan J. Pandit
+ accepted
+ 2022-03-30
+
+
+ https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf
+
+
+
+ accepted
+ 2022-03-30
+
+
+ The ISO-Numeric code for a given region
+
+
+
+ ISO-numeric
+
+ Harshvardhan J. Pandit
+
+
+
+ Julian Flake
Harshvardhan J. Pandit
-
accepted
2022-03-30
-
- AustraliaandNewZealand
-
-
-
+
+
+
+ https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18
-
-
- Harshvardhan J. Pandit
-
- accepted
- 2022-03-30
-
- Michigan
+ Landesdatenschutzgesetz (LDSG)
+ State Data Protection Act (LDSG)
+
-
-
- Massachusetts
-
+
- accepted
- 2022-03-30
+ Wyoming
+
+
+ accepted
Harshvardhan J. Pandit
+ 2022-03-30
-
+
+
+
+
+
+
+
- AM
-
-
-
-
-
+ IO
+
+ IOT
Harshvardhan J. Pandit
- 51
- 51
- Armenia
- ARM
+ British Indian Ocean Territory
+ 86
accepted
+
+ 86
2022-03-30
-
-
- 184
- CK
-
-
- 184
-
-
- COK
+
+ 2022-03-30
+ BLR
+
+
+
+
+ 112
+ 112
+ Belarus
+
+ accepted
Harshvardhan J. Pandit
- Cook Islands
- 2022-03-30
- accepted
-
+ BY
-
-
-
- United States Minor Outlying Islands
-
-
- UM
- 581
- 581
-
-
+
+
+
+ https://cnpd.public.lu
+ National Commission for Data Protection
Harshvardhan J. Pandit
- UMI
-
+
accepted
+
2022-03-30
+
-
+
+
+
+
+
+
+
+
+
-
- 574
- Harshvardhan J. Pandit
- 574
+ FI
- NF
- Norfolk Island
-
-
+ 246
+ 246
+ Harshvardhan J. Pandit
+
+
accepted
+
+ FIN
2022-03-30
- NFK
-
-
+ Finland
+
+
-
+
+ http://www.dataprotection.ie
+
+
+
+ Harshvardhan J. Pandit
+
accepted
+ Data Protection Commission (DPC)
+
2022-03-30
-
- AU
-
-
-
-
- Australia
+
+
+
+
+
- 36
- AUS
- 36
+ accepted
Harshvardhan J. Pandit
+ 2022-03-30
+ Connecticut
+
+
+
-
+
+
+ accepted
+ San Marino
+ 674
+
+
+ 674
-
Harshvardhan J. Pandit
-
2022-03-30
-
- accepted
- Minnesota
+
+
+ SM
+ SMR
-
+
Harshvardhan J. Pandit
Julian Flake
-
-
+
- accepted
+
+
+ https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen
+ Thuringian Data Protection Act (ThürDSG)
+ Thüringer Datenschutzgesetz (ThürDSG)
+ accepted
2022-03-30
-
- Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)
- Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)
- https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true
-
+
+
+
+
+
+
+
+
+
+
+ accepted
+ 2022-03-30
+
+
+ Berlin
-
-
Harshvardhan J. Pandit
-
- 2022-03-30
- accepted
- Berlin
+
-
-
-
- Uganda
- 2022-03-30
-
-
-
-
-
-
- UG
-
-
- 800
- 800
-
- UGA
- Harshvardhan J. Pandit
- accepted
-
-
-
-
-
-
-
-
+
+
+
+
- Harshvardhan J. Pandit
-
+
+
+
+
-
- accepted
- 2022-03-30
+
NorthernAfrica
-
-
-
-
-
- Harshvardhan J. Pandit
- https://www.imy.se/
-
-
+
accepted
+ Harshvardhan J. Pandit
- Swedish Authority for Privacy Protection
2022-03-30
-
-
- South Carolina
-
-
-
-
-
- Harshvardhan J. Pandit
-
+
+ Nevada Attorney General
accepted
- 2022-03-30
-
-
- The ISO-Alpha3 code for a given region
+ 2022-11-23
+
-
-
-
-
- ISO-alpha3
-
- 2022-03-30
- Harshvardhan J. Pandit
+
-
- accepted
+ https://ag.nv.gov/
+
+ Jonathan Bowker
+
-
-
-
-
- 780
- TTO
-
+
+ Washington
- Trinidad and Tobago
- TT
-
-
-
-
- 780
+
+
+
Harshvardhan J. Pandit
+
accepted
2022-03-30
-
+
-
-
-
+
+
+
+ Louisiana
- Harshvardhan J. Pandit
accepted
- Alaska
-
+ Harshvardhan J. Pandit
+
2022-03-30
-
+
2022-03-30
-
-
-
-
-
+
+
+
+ GY
+ Guyana
+
+
+
+
+ 328
+ 328
+ GUY
Harshvardhan J. Pandit
- Julian Flake
-
- Der Bayerische Landesbeauftragte für den Datenschutz
- The Bavarian State Commissioner for Data Protection
accepted
- https://www.datenschutz-bayern.de/
+
-
-
+
+ 2022-03-30
-
- 832
+
+ MCO
+
+
+ 492
+ 492
- 832
- JE
-
-
-
+
+ MC
+ Monaco
+ accepted
+ Harshvardhan J. Pandit
- Jersey
+
+
+ 2012-12-20
+
+
Harshvardhan J. Pandit
- JEY
- 2022-03-30
accepted
-
-
-
- 2022-03-30
- 144
- 144
- LK
- LKA
-
-
-
-
+ Bangladesh
- Harshvardhan J. Pandit
- Sri Lanka
- accepted
-
-
-
- ASM
2022-03-30
- accepted
-
-
-
-
-
- 16
+
+
+ BD
- 16
-
- American Samoa
- Harshvardhan J. Pandit
- AS
-
-
-
-
-
+ 50
+
+ 50
+ BGD
-
+
-
-
- Harshvardhan J. Pandit
-
+ KE
+
+
+
+
+ Kenya
+ KEN
+
+
+
accepted
+ Harshvardhan J. Pandit
+
2022-03-30
-
- Montana
+ 404
+ 404
-
- 2022-03-30
-
-
-
-
- accepted
- https://www.saechsdsb.de/
-
- The Saxon data protection officer
- Die Sächsische Datenschutzbeauftragte
-
+
+ Jersey
+ accepted
Harshvardhan J. Pandit
- Julian Flake
-
-
-
-
-
-
-
-
-
-
-
+
+
- WesternEurope
-
-
-
- Harshvardhan J. Pandit
- accepted
-
+
+
2022-03-30
+
+ JEY
+ JE
+ 832
+ 832
+
-
- 2020-02-01
-
-
+
+ https://www.tlfdi.de/
+ accepted
+
+
+
+
+ Thuringia state commissioner for data protection and freedom of information
+ Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit
+
+ Julian Flake
Harshvardhan J. Pandit
-
-
2022-03-30
-
-
- EU Adequacy Decision for New Zealand
-
- https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065
- accepted
+
-
- BT
- Bhutan
+
+
+
+
+ NI
+ 558
+
+
+
+ 558
-
-
- 64
-
- 64
-
-
- Harshvardhan J. Pandit
- 2022-03-30
+ Nicaragua
accepted
- BTN
+
+ NIC
+ 2022-03-30
+ Harshvardhan J. Pandit
-
-
-
-
-
+
+
+ accepted
+ Harshvardhan J. Pandit
+
+ 2022-03-30
+ Maryland
+
- ChannelIslands
-
- Harshvardhan J. Pandit
-
+
+
+
+
+
accepted
+ 242
+ 242
+ Harshvardhan J. Pandit
+
2022-03-30
+ Fiji
+
+
+ FJI
+
+
+ FJ
-
-
-
- 462
- 462
+